Skip to content
Snippets Groups Projects
Commit 1097654c authored by konstantin.papizh's avatar konstantin.papizh
Browse files

win build fixes

parent 93cf6055
No related branches found
No related tags found
No related merge requests found
...@@ -33,14 +33,6 @@ DapCrypt::DapCrypt() ...@@ -33,14 +33,6 @@ DapCrypt::DapCrypt()
{ {
keySession = new DapKeyMsrln; keySession = new DapKeyMsrln;
keyStream = Q_NULLPTR; keyStream = Q_NULLPTR;
#if OPENSSL_VERSION_NUMBER < 0x10100000L
/* ERR_load_crypto_strings();
OpenSSL_add_all_algorithms();*/ //IVAN
#else
//SSL_library_init();
#endif
} }
DapKey* DapCrypt::roleToKey(KeyRole kRole) DapKey* DapCrypt::roleToKey(KeyRole kRole)
......
Subproject commit fd59fea8c6cf6e5214d2e758df408633fb8b3bee Subproject commit 6048f43779c27a06bbe20089b4566ffbc46375ff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment