From: Simon Josefsson Date: Sun, 15 Aug 2004 22:21:12 +0000 (+0000) Subject: Reorder. X-Git-Tag: gnutls_1_0_20~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2d0a5ed9d1099cf3cfeda778c06c12838f7f2d3;p=thirdparty%2Fgnutls.git Reorder. --- diff --git a/crypto/gc-libgcrypt.c b/crypto/gc-libgcrypt.c index f03ad38948..bd776eaca9 100644 --- a/crypto/gc-libgcrypt.c +++ b/crypto/gc-libgcrypt.c @@ -71,14 +71,14 @@ gc_cipher_open (int alg, int mode, gc_cipher * outhandle) switch (alg) { - case GC_AES128: - gcryalg = GCRY_CIPHER_RIJNDAEL; - break; - case GC_AES256: gcryalg = GCRY_CIPHER_RIJNDAEL256; break; + case GC_AES128: + gcryalg = GCRY_CIPHER_RIJNDAEL; + break; + case GC_3DES: gcryalg = GCRY_CIPHER_3DES; break;