[svn] GPGol - r155 - trunk/src
svn author twoaday
cvs at cvs.gnupg.org
Wed Jun 14 17:49:15 CEST 2006
Author: twoaday
Date: 2006-06-14 17:49:15 +0200 (Wed, 14 Jun 2006)
New Revision: 155
Modified:
trunk/src/passphrase-dialog.c
Log:
Modified: trunk/src/passphrase-dialog.c
===================================================================
--- trunk/src/passphrase-dialog.c 2006-06-14 06:26:25 UTC (rev 154)
+++ trunk/src/passphrase-dialog.c 2006-06-14 15:49:15 UTC (rev 155)
@@ -176,7 +176,6 @@
const char*
get_pubkey_algo_str (gpgme_pubkey_algo_t alg)
{
-
switch (alg)
{
case GPGME_PK_RSA:
@@ -185,14 +184,12 @@
return "RSA";
case GPGME_PK_ELG_E:
+ case GPGME_PK_ELG:
return "ELG";
case GPGME_PK_DSA:
return "DSA";
- case GPGME_PK_ELG:
- return "ELG";
-
default:
break;
}
More information about the Gnupg-commits
mailing list