updated with support for openssl 1.1.1, which is a bit premature
[feisty_meow.git] / nucleus / library / crypto / ssl_init.h
index 7357bd8cdd0e05cb887875dba25625c2194a365e..ece041c565b6e7332b2a1f647e8b9dae5e72e350 100644 (file)
@@ -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: