From 4327b50dba2fee1f5f80fb82c9e8af6c4e5c1f66 Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 29 May 2014 18:27:52 +0000 Subject: Any sane platform has stdio. Stop pretending we will ever use a platform that does not. "fire bomb" tedu@ --- src/lib/libcrypto/x509/by_file.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libcrypto/x509/by_file.c') diff --git a/src/lib/libcrypto/x509/by_file.c b/src/lib/libcrypto/x509/by_file.c index ffffac8855..eb9cdc17ab 100644 --- a/src/lib/libcrypto/x509/by_file.c +++ b/src/lib/libcrypto/x509/by_file.c @@ -66,7 +66,6 @@ #include #include -#ifndef OPENSSL_NO_STDIO static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, char **ret); @@ -283,4 +282,3 @@ X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) return count; } -#endif /* OPENSSL_NO_STDIO */ -- cgit v1.2.3-55-g6feb