diff options
Diffstat (limited to 'src/lib/libcrypto/bio/bss_bio.c')
-rw-r--r-- | src/lib/libcrypto/bio/bss_bio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_bio.c b/src/lib/libcrypto/bio/bss_bio.c index 27faaa211c..d31e59872e 100644 --- a/src/lib/libcrypto/bio/bss_bio.c +++ b/src/lib/libcrypto/bio/bss_bio.c | |||
@@ -83,8 +83,6 @@ | |||
83 | #include <openssl/err.h> | 83 | #include <openssl/err.h> |
84 | #include <openssl/crypto.h> | 84 | #include <openssl/crypto.h> |
85 | 85 | ||
86 | #include "e_os.h" | ||
87 | |||
88 | static int bio_new(BIO *bio); | 86 | static int bio_new(BIO *bio); |
89 | static int bio_free(BIO *bio); | 87 | static int bio_free(BIO *bio); |
90 | static int bio_read(BIO *bio, char *buf, int size); | 88 | static int bio_read(BIO *bio, char *buf, int size); |