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:
78df379
)
fixed an error header i forgot to remove
author
Chris Koeritz
<fred@gruntose.com>
Wed, 30 Aug 2017 01:56:26 +0000
(21:56 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 30 Aug 2017 01:56:26 +0000
(21:56 -0400)
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 4a88baf9b199530495338209afbbb8d413c1aaf5..27b52d9624c11d4ad4b7271f38dbfc1fa64829de 100644
(file)
--- a/
nucleus/library/crypto/ssl_init.h
+++ b/
nucleus/library/crypto/ssl_init.h
@@
-31,12
+31,9
@@
namespace crypto {
*/
// we define NEWER_OPENSSL for those places where we're using more recent versions.
+// this forces the code to choose newer methods over deprecated ones.
#if OPENSSL_VERSION_NUMBER > 0x10100000L
#define NEWER_OPENSSL
-//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