[master] openssl backward compatibility fix
4604. [bug] Don't use ERR_load_crypto_strings() when building with OpenSSL 1.1.0. [RT #45117]
This commit is contained in:
@@ -204,9 +204,9 @@ dst__openssl_init(const char *engine) {
|
||||
goto cleanup_mutexalloc;
|
||||
CRYPTO_set_locking_callback(lock_callback);
|
||||
CRYPTO_set_id_callback(id_callback);
|
||||
#endif
|
||||
|
||||
ERR_load_crypto_strings();
|
||||
#endif
|
||||
|
||||
rm = mem_alloc(sizeof(RAND_METHOD) FILELINE);
|
||||
if (rm == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user