summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-03 17:55:18 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-06-03 17:55:18 +0000
commit80e7220253cf86688178195051109dbd810d458f (patch)
tree1b026bb4261e0a91d9160acc509d452d0cc91171 /lib/gnutls_dh.c
parent16e3e9c8c24d6e592aff853d7a10b73408268739 (diff)
downloadgnutls-80e7220253cf86688178195051109dbd810d458f.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/gnutls_dh.c')
-rw-r--r--lib/gnutls_dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_dh.c b/lib/gnutls_dh.c
index cd030f7984..65617a3e98 100644
--- a/lib/gnutls_dh.c
+++ b/lib/gnutls_dh.c
@@ -40,7 +40,7 @@
_gnutls_mpi_release(g);
*/
-#define MAX_BITS 12000
+#define MAX_BITS 18000
/* returns the public value (X), and the secret (ret_x).
*/