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/lib/libcrypto | |
| 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/lib/libcrypto')
| -rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 1 |
1 files changed, 1 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 |
