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 /crypto/bio
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 'crypto/bio')
-rw-r--r--crypto/bio/connect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/bio/connect.c b/crypto/bio/connect.c
index c63243df..01d49b1b 100644
--- a/crypto/bio/connect.c
+++ b/crypto/bio/connect.c
@@ -58,7 +58,6 @@
#include <assert.h>
#include <errno.h>
-#include <stdio.h>
#include <string.h>
#if !defined(OPENSSL_WINDOWS)