From f4c7f6ec85d199557cee8b98f139f5dfac5ed35f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 17 Aug 2017 16:48:36 +0000 Subject: [PATCH] tiny issue with macro not being defined --- nucleus/library/crypto/ssl_init.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1