From: Chris Koeritz Date: Thu, 17 Aug 2017 16:48:36 +0000 (+0000) Subject: tiny issue with macro not being defined X-Git-Tag: 2.140.90~162 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=f4c7f6ec85d199557cee8b98f139f5dfac5ed35f tiny issue with macro not being defined --- diff --git a/nucleus/library/crypto/ssl_init.h b/nucleus/library/crypto/ssl_init.h index a0d78bc2..4a88baf9 100644 --- a/nucleus/library/crypto/ssl_init.h +++ b/nucleus/library/crypto/ssl_init.h @@ -18,6 +18,8 @@ #include #include +#include + namespace crypto { //! provides some initialization for the RSA and blowfish crypto. @@ -34,6 +36,7 @@ namespace crypto { //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