diff options
author | 2008-09-06 14:26:28 +0000 | |
---|---|---|
committer | 2008-09-06 14:26:28 +0000 | |
commit | c6c10a7d45218c8ceb0be810521b9b41fa97cf17 (patch) | |
tree | 4e933502cd82aa8d331813d6936dbf3250351f16 /lib/libssl/src | |
parent | more removal of text relevant to the now-removed MALLOC() and FREE(), (diff) | |
download | wireguard-openbsd-c6c10a7d45218c8ceb0be810521b9b41fa97cf17.tar.xz wireguard-openbsd-c6c10a7d45218c8ceb0be810521b9b41fa97cf17.zip |
remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted
by dtucker@
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/crypto/dsa/dsa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/src/crypto/dsa/dsa.h b/lib/libssl/src/crypto/dsa/dsa.h index c0791546259..3a8fe5b56bb 100644 --- a/lib/libssl/src/crypto/dsa/dsa.h +++ b/lib/libssl/src/crypto/dsa/dsa.h @@ -88,8 +88,6 @@ # define OPENSSL_DSA_MAX_MODULUS_BITS 10000 #endif -#define OPENSSL_DSA_MAX_MODULUS_BITS 3072 - #define DSA_FLAG_CACHE_MONT_P 0x01 #define DSA_FLAG_NO_EXP_CONSTTIME 0x02 /* new with 0.9.7h; the built-in DSA * implementation now uses constant time |