tiny issue with macro not being defined
[feisty_meow.git] / nucleus / library / crypto / ssl_init.h
index a0d78bc2d5298863b02a42276c6d635ae6519092..4a88baf9b199530495338209afbbb8d413c1aaf5 100644 (file)
@@ -18,6 +18,8 @@
 #include <basis/byte_array.h>
 #include <mathematics/chaos.h>
 
+#include <openssl/opensslv.h>
+
 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