svn commit: r1924549 - /apr/apr-util/branches/1.7.x/crypto/apr_crypto_openssl.c

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: minfrin
Date: Mon Mar 24 10:23:30 2025
New Revision: 1924549

URL: http://svn.apache.org/viewvc?rev=1924549&view=rev
Log:
apr_crypto_openssl: Fix response code for openssl3.5+

Modified:
    apr/apr-util/branches/1.7.x/crypto/apr_crypto_openssl.c

Modified: apr/apr-util/branches/1.7.x/crypto/apr_crypto_openssl.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/crypto/apr_crypto_openssl.c?rev=1924549&r1=1924548&r2=1924549&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/crypto/apr_crypto_openssl.c (original)
+++ apr/apr-util/branches/1.7.x/crypto/apr_crypto_openssl.c Mon Mar 24 10:23:30 2025
@@ -555,7 +555,7 @@ static apr_status_t crypto_make(apr_cryp
                 /* options after a provider apply to the provider */
 #if !APR_USE_OPENSSL_PRE_3_5_API
                 if (!OSSL_PROVIDER_add_conf_parameter(prov, elt, ptr)) {
-                    return PR_EINVAL;
+                    return APR_EINVAL;
                 }
 #else
                 return APR_ENOTIMPL;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.