delete pre-calculated tablle upon termination

pull/475/head
orignal 8 years ago
parent aff8cd478c
commit c265bd6c4d

@ -828,7 +828,8 @@ namespace crypto
#else
ELGAMAL_SHORT_EXPONENT_NUM_BYTES
#endif
);
);
delete[] g_ElggTable; g_ElggTable = nullptr;
}
/* CRYPTO_set_locking_callback (nullptr);
m_OpenSSLMutexes.clear ();*/

Loading…
Cancel
Save