X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Frsa%2Frsa_locl.h;h=2b94462a94c6f542ee80f0fc26dd154b38387683;hb=ed0ac119506ac8cbbaa23a1a1347d74a7bf4da47;hp=52d839d73a7a647596a9479f49c20daaa83d593f;hpb=0759f93445611d2c91176851dd53babdc8d4190d;p=oweals%2Fopenssl.git diff --git a/crypto/rsa/rsa_locl.h b/crypto/rsa/rsa_locl.h index 52d839d73a..2b94462a94 100644 --- a/crypto/rsa/rsa_locl.h +++ b/crypto/rsa/rsa_locl.h @@ -10,8 +10,8 @@ #include #include "internal/refcount.h" -#define RSA_MAX_PRIME_NUM 16 -#define RSA_MIN_PRIME_SIZE 64 +#define RSA_MAX_PRIME_NUM 5 +#define RSA_MIN_MODULUS_BITS 512 typedef struct rsa_prime_info_st { BIGNUM *r;