diff options
Diffstat (limited to 'cipher/misc.c')
-rw-r--r-- | cipher/misc.c | 1 |
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[] = { |