Fix no-stdio build
[openssl.git] / crypto / x509 / x509_d2.c
index 29bbf50a2c52e7a74903459aefc2302edd6d2d75..e3d08630b9ca34d49b44cd2334f4bedcbe996738 100644 (file)
@@ -61,7 +61,6 @@
 #include <openssl/crypto.h>
 #include <openssl/x509.h>
 
-#ifndef OPENSSL_NO_STDIO
 int X509_STORE_set_default_paths(X509_STORE *ctx)
 {
     X509_LOOKUP *lookup;
@@ -105,5 +104,3 @@ int X509_STORE_load_locations(X509_STORE *ctx, const char *file,
         return (0);
     return (1);
 }
-
-#endif