X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fcrypto%2Fssl_init.h;fp=nucleus%2Flibrary%2Fcrypto%2Fssl_init.h;h=4a88baf9b199530495338209afbbb8d413c1aaf5;hb=f4c7f6ec85d199557cee8b98f139f5dfac5ed35f;hp=a0d78bc2d5298863b02a42276c6d635ae6519092;hpb=4befeabc8786f4848166555a670b12e90758563b;p=feisty_meow.git 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