]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_locl.h
Minor cleanup of the rsa mp limits code
[thirdparty/openssl.git] / crypto / rsa / rsa_locl.h
index 9bd53bec5a579f7bf8f592d22f2b391e44258834..2b94462a94c6f542ee80f0fc26dd154b38387683 100644 (file)
@@ -10,9 +10,8 @@
 #include <openssl/rsa.h>
 #include "internal/refcount.h"
 
-#define RSA_MAX_PRIME_NUM 16
-#define RSA_MIN_PRIME_SIZE 64
-#define RSA_MIN_MODULUS_BITS   512
+#define RSA_MAX_PRIME_NUM       5
+#define RSA_MIN_MODULUS_BITS    512
 
 typedef struct rsa_prime_info_st {
     BIGNUM *r;