summaryrefslogtreecommitdiff
path: root/lib/freebl/blapit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/freebl/blapit.h')
-rw-r--r--lib/freebl/blapit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/freebl/blapit.h b/lib/freebl/blapit.h
index d3d935ebe..0054e17b8 100644
--- a/lib/freebl/blapit.h
+++ b/lib/freebl/blapit.h
@@ -135,7 +135,7 @@ typedef int __BLAPI_DEPRECATED __attribute__((deprecated));
* These values come from the initial key size limits from the PKCS #11
* module. They may be arbitrarily adjusted to any value freebl supports.
*/
-#define RSA_MIN_MODULUS_BITS 1023 /* 128 */
+#define RSA_MIN_MODULUS_BITS 128
#define RSA_MAX_MODULUS_BITS 16384
#define RSA_MAX_EXPONENT_BITS 64
#define DH_MIN_P_BITS 128