[svn] gcry - r1134 - trunk/cipher

svn author mo cvs at cvs.gnupg.org
Tue Nov 1 12:21:54 CET 2005


Author: mo
Date: 2005-11-01 12:21:54 +0100 (Tue, 01 Nov 2005)
New Revision: 1134

Modified:
   trunk/cipher/ChangeLog
   trunk/cipher/pubkey.c
Log:
ChangeLog:

2005-11-01  Moritz Schulte  <moritz at g10code.com>

	* pubkey.c (gcry_pk_algo_info): Don't forget to break after switch
	case.


Modified: trunk/cipher/ChangeLog
===================================================================
--- trunk/cipher/ChangeLog	2005-10-31 21:36:01 UTC (rev 1133)
+++ trunk/cipher/ChangeLog	2005-11-01 11:21:54 UTC (rev 1134)
@@ -1,3 +1,8 @@
+2005-11-01  Moritz Schulte  <moritz at g10code.com>
+
+	* pubkey.c (gcry_pk_algo_info): Don't forget to break after switch
+	case.
+
 2005-08-22  Werner Koch  <wk at g10code.com>
 
 	* primegen.c (check_prime): New arg RM_ROUNDS.

Modified: trunk/cipher/pubkey.c
===================================================================
--- trunk/cipher/pubkey.c	2005-10-31 21:36:01 UTC (rev 1133)
+++ trunk/cipher/pubkey.c	2005-11-01 11:21:54 UTC (rev 1134)
@@ -2256,6 +2256,8 @@
 
 	/* FIXME? */
 	*nbytes = use;
+
+	break;
       }
 
     case GCRYCTL_GET_ALGO_NPKEY:




More information about the Gnupg-commits mailing list