src: Call OpenSSL_add_all_algorithms to attempt to set up cpuid explicitly
See GH-377
This commit is contained in:
parent
10134097c3
commit
c71c357fa6
|
@ -702,6 +702,7 @@ void libssl_init() {
|
||||||
#endif // OPENSSL_IS_BORINGSSL
|
#endif // OPENSSL_IS_BORINGSSL
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
SSL_library_init();
|
SSL_library_init();
|
||||||
|
OpenSSL_add_all_algorithms();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ssl
|
} // namespace ssl
|
||||||
|
|
Loading…
Reference in New Issue