[svn] gcry - r1375 - trunk/tests

svn author wk cvs at cvs.gnupg.org
Thu Dec 11 16:07:41 CET 2008


Author: wk
Date: 2008-12-11 16:07:41 +0100 (Thu, 11 Dec 2008)
New Revision: 1375

Modified:
   trunk/tests/cavs_driver.pl
Log:
oops.


Modified: trunk/tests/cavs_driver.pl
===================================================================
--- trunk/tests/cavs_driver.pl	2008-12-11 14:54:25 UTC (rev 1374)
+++ trunk/tests/cavs_driver.pl	2008-12-11 15:07:41 UTC (rev 1375)
@@ -389,7 +389,7 @@
         my @tmp;
 
         $n = sprintf ("%u", $n);
-        $e = sprintf ("%u", $e);
+        $e = sprintf ("%u", hex($e));
         $sexp = "(genkey(rsa(nbits " . sprintf ("%u:%s", length($n), $n) . ")"
                 . "(rsa-use-e " . sprintf ("%u:%s", length($e), $e) . ")"
                 . "(derive-parms"




More information about the Gnupg-commits mailing list