diff options
author | Bodo Möller <bodo@openssl.org> | 2000-01-12 12:57:30 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-01-12 12:57:30 +0100 |
commit | 76aa0ddc86772080db4f61821b9ff357e330c843 (patch) | |
tree | 156e6551fb083163ca4717274f3970601bf7946e /crypto/bn/bn_prime.h | |
parent | add dependency and auto-generation rule for bn_prime.h (diff) | |
download | openssl-76aa0ddc86772080db4f61821b9ff357e330c843.tar.xz openssl-76aa0ddc86772080db4f61821b9ff357e330c843.zip |
Turn BN_prime_checks into a macro.
Primes p where (p-1)/2 is prime too are called "safe", not "strong".
Diffstat (limited to 'crypto/bn/bn_prime.h')
-rw-r--r-- | crypto/bn/bn_prime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_prime.h b/crypto/bn/bn_prime.h index c10217dfea..8bb168517d 100644 --- a/crypto/bn/bn_prime.h +++ b/crypto/bn/bn_prime.h @@ -55,6 +55,7 @@ * copied and put under another distribution licence * [including the GNU Public Licence.] */ + #ifndef EIGHT_BIT #define NUMPRIMES 2048 #else |