summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bss_file.c
diff options
context:
space:
mode:
authorbeck <>2014-05-29 18:27:52 +0000
committerbeck <>2014-05-29 18:27:52 +0000
commit4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66 (patch)
treeca968a1e03b93576c57aab8158bdc988383fd13a /src/lib/libcrypto/bio/bss_file.c
parent4b16b4eb75628208ef991b55d5625a36adc0d6fd (diff)
downloadopenbsd-4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66.tar.gz
openbsd-4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66.tar.bz2
openbsd-4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66.zip
Any sane platform has stdio. Stop pretending we will ever use a platform
that does not. "fire bomb" tedu@
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 */