diff options
Diffstat (limited to 'src/lib/libcrypto/dsa')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index 3d81dc6dec..8029e7f94c 100644 --- a/src/lib/libcrypto/dsa/dsa.h +++ b/src/lib/libcrypto/dsa/dsa.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa.h,v 1.42 2023/04/18 08:33:43 tb Exp $ */ | 1 | /* $OpenBSD: dsa.h,v 1.43 2023/04/18 08:47:28 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 | * |
@@ -74,14 +74,14 @@ | |||
74 | #ifndef OPENSSL_NO_BIO | 74 | #ifndef OPENSSL_NO_BIO |
75 | #include <openssl/bio.h> | 75 | #include <openssl/bio.h> |
76 | #endif | 76 | #endif |
77 | #include <openssl/crypto.h> | ||
78 | #include <openssl/ossl_typ.h> | ||
79 | |||
80 | #include <openssl/bn.h> | 77 | #include <openssl/bn.h> |
78 | #include <openssl/crypto.h> | ||
81 | #ifndef OPENSSL_NO_DH | 79 | #ifndef OPENSSL_NO_DH |
82 | # include <openssl/dh.h> | 80 | # include <openssl/dh.h> |
83 | #endif | 81 | #endif |
84 | 82 | ||
83 | #include <openssl/ossl_typ.h> | ||
84 | |||
85 | #ifndef OPENSSL_DSA_MAX_MODULUS_BITS | 85 | #ifndef OPENSSL_DSA_MAX_MODULUS_BITS |
86 | # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 | 86 | # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 |
87 | #endif | 87 | #endif |