mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 06:54:15 +00:00
delete pre-calculated tablle upon termination
This commit is contained in:
parent
aff8cd478c
commit
c265bd6c4d
@ -828,7 +828,8 @@ namespace crypto
|
|||||||
#else
|
#else
|
||||||
ELGAMAL_SHORT_EXPONENT_NUM_BYTES
|
ELGAMAL_SHORT_EXPONENT_NUM_BYTES
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
delete[] g_ElggTable; g_ElggTable = nullptr;
|
||||||
}
|
}
|
||||||
/* CRYPTO_set_locking_callback (nullptr);
|
/* CRYPTO_set_locking_callback (nullptr);
|
||||||
m_OpenSSLMutexes.clear ();*/
|
m_OpenSSLMutexes.clear ();*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user