diff options
| author | djm <> | 2008-09-06 14:26:28 +0000 |
|---|---|---|
| committer | djm <> | 2008-09-06 14:26:28 +0000 |
| commit | 281ad46e5d12366872c390d7e63e587e517751a4 (patch) | |
| tree | d26e9fdd69552fc3d1fbcbd3cad0b7e28770137a /src/lib/libcrypto/dsa/dsa.h | |
| parent | c2e8a2ab10a8e15ebf6dc74b84b288118fc70737 (diff) | |
| download | openbsd-281ad46e5d12366872c390d7e63e587e517751a4.tar.gz openbsd-281ad46e5d12366872c390d7e63e587e517751a4.tar.bz2 openbsd-281ad46e5d12366872c390d7e63e587e517751a4.zip | |
remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted
by dtucker@
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa.h')
| -rw-r--r-- | src/lib/libcrypto/dsa/dsa.h | 2 |
1 files changed, 0 insertions, 2 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 |
