summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bss_file.c')
-rw-r--r--src/lib/libcrypto/bio/bss_file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_file.c b/src/lib/libcrypto/bio/bss_file.c
index 6f81a45a47..6ac7bdd020 100644
--- a/src/lib/libcrypto/bio/bss_file.c
+++ b/src/lib/libcrypto/bio/bss_file.c
@@ -89,7 +89,6 @@
89#include <openssl/bio.h> 89#include <openssl/bio.h>
90#include <openssl/err.h> 90#include <openssl/err.h>
91 91
92#if !defined(OPENSSL_NO_STDIO)
93 92
94static int file_write(BIO *h, const char *buf, int num); 93static int file_write(BIO *h, const char *buf, int num);
95static int file_read(BIO *h, char *buf, int size); 94static int file_read(BIO *h, char *buf, int size);
@@ -324,6 +323,5 @@ file_puts(BIO *bp, const char *str)
324 return (ret); 323 return (ret);
325} 324}
326 325
327#endif /* OPENSSL_NO_STDIO */
328 326
329#endif /* HEADER_BSS_FILE_C */ 327#endif /* HEADER_BSS_FILE_C */