diff options
author | djm <> | 2008-09-06 14:26:28 +0000 |
---|---|---|
committer | djm <> | 2008-09-06 14:26:28 +0000 |
commit | a18cbcada1b2343d29b46153dbad586fb3185d4b (patch) | |
tree | d26e9fdd69552fc3d1fbcbd3cad0b7e28770137a /src | |
parent | fe0efba1980ab1e55c4ca728928521851933682e (diff) | |
download | openbsd-a18cbcada1b2343d29b46153dbad586fb3185d4b.tar.gz openbsd-a18cbcada1b2343d29b46153dbad586fb3185d4b.tar.bz2 openbsd-a18cbcada1b2343d29b46153dbad586fb3185d4b.zip |
remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted
by dtucker@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa.h | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/dsa/dsa.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index c079154625..3a8fe5b56b 100644 --- a/src/lib/libcrypto/dsa/dsa.h +++ b/src/lib/libcrypto/dsa/dsa.h | |||
@@ -88,8 +88,6 @@ | |||
88 | # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 | 88 | # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 |
89 | #endif | 89 | #endif |
90 | 90 | ||
91 | #define OPENSSL_DSA_MAX_MODULUS_BITS 3072 | ||
92 | |||
93 | #define DSA_FLAG_CACHE_MONT_P 0x01 | 91 | #define DSA_FLAG_CACHE_MONT_P 0x01 |
94 | #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA | 92 | #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA |
95 | * implementation now uses constant time | 93 | * implementation now uses constant time |
diff --git a/src/lib/libssl/src/crypto/dsa/dsa.h b/src/lib/libssl/src/crypto/dsa/dsa.h index c079154625..3a8fe5b56b 100644 --- a/src/lib/libssl/src/crypto/dsa/dsa.h +++ b/src/lib/libssl/src/crypto/dsa/dsa.h | |||
@@ -88,8 +88,6 @@ | |||
88 | # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 | 88 | # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 |
89 | #endif | 89 | #endif |
90 | 90 | ||
91 | #define OPENSSL_DSA_MAX_MODULUS_BITS 3072 | ||
92 | |||
93 | #define DSA_FLAG_CACHE_MONT_P 0x01 | 91 | #define DSA_FLAG_CACHE_MONT_P 0x01 |
94 | #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA | 92 | #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA |
95 | * implementation now uses constant time | 93 | * implementation now uses constant time |