Browse Source

delete pre-calculated tablle upon termination

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

3
Crypto.cpp

@ -828,7 +828,8 @@ namespace crypto @@ -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