mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
missing REPORT_OPENSSL_ERRORS
This commit is contained in:
parent
ba8d32a738
commit
e854158b47
@ -723,7 +723,9 @@ load_verify_locations(SSL_CTX *ctx, const Filename &ca_file) {
|
|||||||
|
|
||||||
// We have to be sure and clear the OpenSSL error state before we
|
// We have to be sure and clear the OpenSSL error state before we
|
||||||
// call this function, or it will get confused.
|
// call this function, or it will get confused.
|
||||||
|
#ifdef REPORT_OPENSSL_ERRORS
|
||||||
ERR_clear_error();
|
ERR_clear_error();
|
||||||
|
#endif
|
||||||
inf = PEM_X509_INFO_read_bio(mbio, NULL, NULL, NULL);
|
inf = PEM_X509_INFO_read_bio(mbio, NULL, NULL, NULL);
|
||||||
BIO_free(mbio);
|
BIO_free(mbio);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user