This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.3.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 8af98256caa9744fb6e37afa5aaccf9876c20566 Author: Mark Thomas <[email protected]> AuthorDate: Thu Dec 11 08:35:02 2025 +0000 Fix typo --- native/src/sslutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/src/sslutils.c b/native/src/sslutils.c index b9ba2c53b..da4547bc9 100644 --- a/native/src/sslutils.c +++ b/native/src/sslutils.c @@ -1024,7 +1024,7 @@ end: } /* Process the OCSP_RESPONSE and returns the corresponding - answert according to the status. + answer according to the status. */ static int process_ocsp_response(OCSP_RESPONSE *ocsp_resp, X509 *cert, X509 *issuer) { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
