Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-03-17 02:53:34 +0300
committerDavid Benjamin <davidben@google.com>2016-03-17 21:22:28 +0300
commit51545ceac659fe30e245c6e992e7fd45b00e8f16 (patch)
treefb5e9c27e574d3b683c7c22761ab4b7bbb2ae438 /ssl/d1_both.c
parentb371f1b9ddd8ed519b4ab74b8860aea317e943fa (diff)
Remove a number of unnecessary stdio.h includes.
Change-Id: I6267c9bfb66940d0b6fe5368514210a058ebd3cc Reviewed-on: https://boringssl-review.googlesource.com/7494 Reviewed-by: Emily Stark (Dunn) <estark@google.com> Reviewed-by: David Benjamin <davidben@google.com>
Diffstat (limited to 'ssl/d1_both.c')
-rw-r--r--ssl/d1_both.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/d1_both.c b/ssl/d1_both.c
index ee4cbc9e..6ba49d72 100644
--- a/ssl/d1_both.c
+++ b/ssl/d1_both.c
@@ -115,7 +115,6 @@
#include <assert.h>
#include <limits.h>
-#include <stdio.h>
#include <string.h>
#include <openssl/buf.h>