CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/29 00:03:40
Modified files:
lib/libcrypto/x509: x509_txt.c
Log message:
Make X509_verify_cert_error_string() thread safe
Stop returning a pointer to a static buffer containing the error code on
unknown error. While this might be helpful, it's not going to end well.
ok beck claudio jsing
