aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/misc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-03-03 08:43:28 +0000
committerWerner Koch <[email protected]>1998-03-03 08:43:28 +0000
commit0eb5aa6cfd145ececede8e5c6ed34f8bc9674830 (patch)
treee43b97086562b6414382b045d0221e25b243a43a /cipher/misc.c
parentbug fixes (diff)
downloadgnupg-0eb5aa6cfd145ececede8e5c6ed34f8bc9674830.tar.gz
gnupg-0eb5aa6cfd145ececede8e5c6ed34f8bc9674830.zip
v0.2.11
Diffstat (limited to 'cipher/misc.c')
-rw-r--r--cipher/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cipher/misc.c b/cipher/misc.c
index 4fe7450d1..937aa61f5 100644
--- a/cipher/misc.c
+++ b/cipher/misc.c
@@ -36,7 +36,6 @@ static struct { const char *name; int algo;} cipher_names[] = {
{ "SAFER_SK128", CIPHER_ALGO_SAFER_SK128 },
{ "DES_SK", CIPHER_ALGO_DES_SK },
{ "BLOWFISH", CIPHER_ALGO_BLOWFISH },
- { "GOST", CIPHER_ALGO_GOST },
{NULL} };
static struct { const char *name; int algo;} pubkey_names[] = {