projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4befeab
)
tiny issue with macro not being defined
author
Chris Koeritz
<fred@gruntose.com>
Thu, 17 Aug 2017 16:48:36 +0000
(16:48 +0000)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 17 Aug 2017 16:48:36 +0000
(16:48 +0000)
nucleus/library/crypto/ssl_init.h
patch
|
blob
|
history
diff --git
a/nucleus/library/crypto/ssl_init.h
b/nucleus/library/crypto/ssl_init.h
index a0d78bc2d5298863b02a42276c6d635ae6519092..4a88baf9b199530495338209afbbb8d413c1aaf5 100644
(file)
--- a/
nucleus/library/crypto/ssl_init.h
+++ b/
nucleus/library/crypto/ssl_init.h
@@
-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