mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-01 08:03:31 +01:00
Merge remote-tracking branch 'arma/bug11276'
This commit is contained in:
commit
6709a1f58d
@ -282,6 +282,9 @@ int
|
|||||||
crypto_early_init(void)
|
crypto_early_init(void)
|
||||||
{
|
{
|
||||||
if (!crypto_early_initialized_) {
|
if (!crypto_early_initialized_) {
|
||||||
|
|
||||||
|
crypto_early_initialized_ = 1;
|
||||||
|
|
||||||
ERR_load_crypto_strings();
|
ERR_load_crypto_strings();
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user