diff options
Diffstat (limited to 'src/lib/libcrypto/dh/dh.h')
-rw-r--r-- | src/lib/libcrypto/dh/dh.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/dh/dh.h b/src/lib/libcrypto/dh/dh.h index 402ef6e17b..65b4348acf 100644 --- a/src/lib/libcrypto/dh/dh.h +++ b/src/lib/libcrypto/dh/dh.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh.h,v 1.36 2023/04/09 19:10:23 tb Exp $ */ | 1 | /* $OpenBSD: dh.h,v 1.37 2023/04/18 08:33:43 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -69,9 +69,7 @@ | |||
69 | #include <openssl/bio.h> | 69 | #include <openssl/bio.h> |
70 | #endif | 70 | #endif |
71 | #include <openssl/ossl_typ.h> | 71 | #include <openssl/ossl_typ.h> |
72 | #ifndef OPENSSL_NO_DEPRECATED | ||
73 | #include <openssl/bn.h> | 72 | #include <openssl/bn.h> |
74 | #endif | ||
75 | 73 | ||
76 | #ifndef OPENSSL_DH_MAX_MODULUS_BITS | 74 | #ifndef OPENSSL_DH_MAX_MODULUS_BITS |
77 | # define OPENSSL_DH_MAX_MODULUS_BITS 10000 | 75 | # define OPENSSL_DH_MAX_MODULUS_BITS 10000 |