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 @@ -829,6 +829,7 @@ namespace crypto
ELGAMAL_SHORT_EXPONENT_NUM_BYTES
#endif
);
delete[] g_ElggTable; g_ElggTable = nullptr;
}
/* CRYPTO_set_locking_callback (nullptr);
m_OpenSSLMutexes.clear ();*/

Loading…
Cancel
Save