gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r419 - branches/GNUnet06/src/util


From: grothoff
Subject: [GNUnet-SVN] r419 - branches/GNUnet06/src/util
Date: Wed, 9 Mar 2005 04:22:25 -0800 (PST)

Author: grothoff
Date: 2005-03-09 04:22:23 -0800 (Wed, 09 Mar 2005)
New Revision: 419

Modified:
   branches/GNUnet06/src/util/hostkey_openssl.c
Log:
257

Modified: branches/GNUnet06/src/util/hostkey_openssl.c
===================================================================
--- branches/GNUnet06/src/util/hostkey_openssl.c        2005-03-08 19:58:47 UTC 
(rev 418)
+++ branches/GNUnet06/src/util/hostkey_openssl.c        2005-03-09 12:22:23 UTC 
(rev 419)
@@ -47,7 +47,7 @@
   Hostkey ret;
   RSA * hk;
 
-  hk = RSA_generate_key(HOSTKEY_LEN, 65535, NULL, 0);
+  hk = RSA_generate_key(HOSTKEY_LEN, 257, NULL, 0);
   if (hk == NULL) {
     LOG(LOG_ERROR,
        _("'%s' failed at %s:%d with error: %s\n"),





reply via email to

[Prev in Thread] Current Thread [Next in Thread]