* modules/ssl/ssl_engine_kernel.c (set_challenge_creds): Return rv
rather than APR_SUCCESS unconditionally, so credential setup
failures are propagated to the ALPN selection callback.
Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
GitHub: PR #685
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1936262 13f79535-47bb-0310-9956-
ffa450edef68
cleanup:
if (our_data && cert) X509_free(cert);
if (our_data && key) EVP_PKEY_free(key);
- return APR_SUCCESS;
+ return rv;
}
/*