X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fcrypto%2Fssl_init.h;h=ece041c565b6e7332b2a1f647e8b9dae5e72e350;hb=68c13351f6768d8104716fc5757fbaf11bb02519;hp=7357bd8cdd0e05cb887875dba25625c2194a365e;hpb=5a8e13e7a44ed98d9683bc6cd3bb374e9d3b0756;p=feisty_meow.git diff --git a/nucleus/library/crypto/ssl_init.h b/nucleus/library/crypto/ssl_init.h index 7357bd8c..ece041c5 100644 --- a/nucleus/library/crypto/ssl_init.h +++ b/nucleus/library/crypto/ssl_init.h @@ -28,6 +28,13 @@ namespace crypto { very bottom and it will be managed globally for the entire program. */ +//we define NEWER_OPENSSL for those places where we're using openssl 1.1.1. +#ifdef _MSC_VER + #define NEWER_OPENSSL +#else +// #define OLDER_OPENSSL +#endif + class ssl_init : public virtual basis::nameable { public: