fixed race condition of openssl calls

This commit is contained in:
orignal 2015-12-31 16:02:10 -05:00
parent 8daa7561fa
commit ef4dc3cbc9
5 changed files with 45 additions and 3 deletions

View file

@ -272,6 +272,9 @@ namespace crypto
CBCDecryption m_LayerDecryption;
#endif
};
void InitCrypto ();
void TerminateCrypto ();
}
}