diff options
author | bcook <> | 2015-05-26 03:05:26 +0000 |
---|---|---|
committer | bcook <> | 2015-05-26 03:05:26 +0000 |
commit | 21d4ad788cad35a19afbcffd952601619688a7ca (patch) | |
tree | 27292252775e66aa1f2bc28189a907b3668031cc /src | |
parent | c4c005446c6557ed204d278d505784c00abcdbbd (diff) | |
download | openbsd-21d4ad788cad35a19afbcffd952601619688a7ca.tar.gz openbsd-21d4ad788cad35a19afbcffd952601619688a7ca.tar.bz2 openbsd-21d4ad788cad35a19afbcffd952601619688a7ca.zip |
Add OPENSSL_NO_EGD to opensslfeatures.h.
Since RAND_egd has been removed from LibreSSL, simplify porting software that
relies on it. See https://github.com/libressl-portable/openbsd/pull/34
from Bernard Spil, ok deraadt@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 1 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/opensslfeatures.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 54d3d4fb9a..811fac610f 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -1,6 +1,7 @@ | |||
1 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 | 1 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 |
2 | # define OPENSSL_NO_CMS | 2 | # define OPENSSL_NO_CMS |
3 | # define OPENSSL_NO_COMP | 3 | # define OPENSSL_NO_COMP |
4 | # define OPENSSL_NO_EGD | ||
4 | # define OPENSSL_NO_GMP | 5 | # define OPENSSL_NO_GMP |
5 | # define OPENSSL_NO_JPAKE | 6 | # define OPENSSL_NO_JPAKE |
6 | # define OPENSSL_NO_KRB5 | 7 | # define OPENSSL_NO_KRB5 |
diff --git a/src/lib/libssl/src/crypto/opensslfeatures.h b/src/lib/libssl/src/crypto/opensslfeatures.h index 54d3d4fb9a..811fac610f 100644 --- a/src/lib/libssl/src/crypto/opensslfeatures.h +++ b/src/lib/libssl/src/crypto/opensslfeatures.h | |||
@@ -1,6 +1,7 @@ | |||
1 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 | 1 | # define OPENSSL_NO_EC_NISTP_64_GCC_128 |
2 | # define OPENSSL_NO_CMS | 2 | # define OPENSSL_NO_CMS |
3 | # define OPENSSL_NO_COMP | 3 | # define OPENSSL_NO_COMP |
4 | # define OPENSSL_NO_EGD | ||
4 | # define OPENSSL_NO_GMP | 5 | # define OPENSSL_NO_GMP |
5 | # define OPENSSL_NO_JPAKE | 6 | # define OPENSSL_NO_JPAKE |
6 | # define OPENSSL_NO_KRB5 | 7 | # define OPENSSL_NO_KRB5 |