]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/x509_d2.c
undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations
[thirdparty/openssl.git] / crypto / x509 / x509_d2.c
index cb0f84a7e8a475ef90b91c360c5248069b8599e7..dec5f9d0770adccbc3d22248367f24587d6bf23b 100644 (file)
@@ -73,8 +73,6 @@ int X509_STORE_load_store(X509_STORE *ctx, const char *uri)
     return 1;
 }
 
-/* Deprecated */
-#ifndef OPENSSL_NO_DEPRECATED_3_0
 int X509_STORE_load_locations(X509_STORE *ctx, const char *file,
                               const char *path)
 {
@@ -86,4 +84,3 @@ int X509_STORE_load_locations(X509_STORE *ctx, const char *file,
         return 0;
     return 1;
 }
-#endif