From 72d9ea14c8e3c956d67bbae1867f9eb5811882f7 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 29 Aug 2017 21:56:26 -0400 Subject: [PATCH] fixed an error header i forgot to remove --- nucleus/library/crypto/ssl_init.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nucleus/library/crypto/ssl_init.h b/nucleus/library/crypto/ssl_init.h index 4a88baf9..27b52d96 100644 --- a/nucleus/library/crypto/ssl_init.h +++ b/nucleus/library/crypto/ssl_init.h @@ -31,12 +31,9 @@ namespace crypto { */ // we define NEWER_OPENSSL for those places where we're using more recent versions. +// this forces the code to choose newer methods over deprecated ones. #if OPENSSL_VERSION_NUMBER > 0x10100000L #define NEWER_OPENSSL -//hmmm: to be cleaned up; should assume only new ssl from now on. -#else -// #define OLDER_OPENSSL -#error not here #endif class ssl_init : public virtual basis::nameable -- 2.34.1