summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/opensslfeatures.h
diff options
context:
space:
mode:
authordoug <>2015-07-19 22:34:27 +0000
committerdoug <>2015-07-19 22:34:27 +0000
commit4f92bf3803a057f24c8fda4c2ce12e559c845602 (patch)
tree5d81c4075008ce8aa7366b738750cfc75eda9286 /src/lib/libcrypto/opensslfeatures.h
parente1b84c43076222a250e436e71045972c584515ce (diff)
downloadopenbsd-4f92bf3803a057f24c8fda4c2ce12e559c845602.tar.gz
openbsd-4f92bf3803a057f24c8fda4c2ce12e559c845602.tar.bz2
openbsd-4f92bf3803a057f24c8fda4c2ce12e559c845602.zip
Remove OpenSSL engine RSAX.
OpenSSL stopped building it last year and removed it this year. Based on OpenSSL commit c436e05bdc7f49985a750df64122c960240b3ae1. Also cranked major version in libcrypto, libssl and libtls. "fine with me" bcook@ miod@
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/opensslfeatures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h
index a0fcc0078e..45848c5a35 100644
--- a/src/lib/libcrypto/opensslfeatures.h
+++ b/src/lib/libcrypto/opensslfeatures.h
@@ -10,6 +10,7 @@
10# define OPENSSL_NO_PSK 10# define OPENSSL_NO_PSK
11# define OPENSSL_NO_RC5 11# define OPENSSL_NO_RC5
12# define OPENSSL_NO_RFC3779 12# define OPENSSL_NO_RFC3779
13# define OPENSSL_NO_RSAX
13# define OPENSSL_NO_SCTP 14# define OPENSSL_NO_SCTP
14# define OPENSSL_NO_SEED 15# define OPENSSL_NO_SEED
15# define OPENSSL_NO_SRP 16# define OPENSSL_NO_SRP