From: Chris Koeritz Date: Wed, 30 Aug 2017 01:56:26 +0000 (-0400) Subject: fixed an error header i forgot to remove X-Git-Tag: 2.140.90~159 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=72d9ea14c8e3c956d67bbae1867f9eb5811882f7 fixed an error header i forgot to remove --- 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