summaryrefslogtreecommitdiffstats
path: root/lib/libssl
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-07-11 14:07:04 +0000
committertedu <tedu@openbsd.org>2014-07-11 14:07:04 +0000
commit27f052539a3e622afe5ae4cec978eb45ad5a02f8 (patch)
tree9017384236a13fbed1c34f56e5aa0b0f7b4bf95b /lib/libssl
parentno compression is also a feature of libressl (diff)
downloadwireguard-openbsd-27f052539a3e622afe5ae4cec978eb45ad5a02f8.tar.xz
wireguard-openbsd-27f052539a3e622afe5ae4cec978eb45ad5a02f8.zip
additional features: no buffer freelists and no heartbleed
Diffstat (limited to 'lib/libssl')
-rw-r--r--lib/libssl/src/crypto/opensslfeatures.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libssl/src/crypto/opensslfeatures.h b/lib/libssl/src/crypto/opensslfeatures.h
index b18d02e8ea2..3f90e1ba437 100644
--- a/lib/libssl/src/crypto/opensslfeatures.h
+++ b/lib/libssl/src/crypto/opensslfeatures.h
@@ -15,6 +15,9 @@
# define OPENSSL_NO_SRP
# define OPENSSL_NO_SSL2
# define OPENSSL_NO_STORE
+# define OPENSSL_NO_BUF_FREELISTS
+# define OPENSSL_NO_HEARTBEATS
+
# define OPENSSL_THREADS
# define OPENSSL_NO_DYNAMIC_ENGINE