Browse Source

delete pre-calculated tablle upon termination

pull/475/head
orignal 8 years ago
parent
commit
c265bd6c4d
  1. 1
      Crypto.cpp

1
Crypto.cpp

@ -829,6 +829,7 @@ namespace crypto
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…
Cancel
Save