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/libssl/ssl_cert.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libssl/ssl_cert.c') diff --git a/src/lib/libssl/ssl_cert.c b/src/lib/libssl/ssl_cert.c index f506ae685f..c4099ca24f 100644 --- a/src/lib/libssl/ssl_cert.c +++ b/src/lib/libssl/ssl_cert.c @@ -589,7 +589,6 @@ xname_cmp(const X509_NAME * const *a, const X509_NAME * const *b) return (X509_NAME_cmp(*a, *b)); } -#ifndef OPENSSL_NO_STDIO /*! * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed; * it doesn't really have anything to do with clients (except that a common use @@ -657,7 +656,6 @@ err: ERR_clear_error(); return (ret); } -#endif /*! * Add a file of certs to a stack. -- cgit v1.2.3-55-g6feb