aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg/files/patch-misc.c
blob: 4520e0045b72ffce30903798b6ae138fbcc00f6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Hi,

some folks asked what the message

  gpg: this cipher algorithm is depreciated; please use a more standard one!

does mean.  Yes, gpg 1.0.4 should not emit this message.  I forgot
to put the AES cipher algorithm into the list of "good" algorithms.

Either ignore this message or apply the patch below.

  Werner


Index: g10/misc.c
===================================================================
RCS file: /home/koch/cvs/gnupg/g10/misc.c,v
retrieving revision 1.16.2.4
diff -u -r1.16.2.4 misc.c
--- g10/misc.c	2000/10/13 15:03:48	1.16.2.4
+++ g10/misc.c	2000/10/18 13:34:01
@@ -224,6 +224,9 @@
 	     || algo == CIPHER_ALGO_CAST5
 	     || algo == CIPHER_ALGO_BLOWFISH
 	     || algo == CIPHER_ALGO_TWOFISH
+	     || algo == CIPHER_ALGO_RIJNDAEL
+	     || algo == CIPHER_ALGO_RIJNDAEL192
+	     || algo == CIPHER_ALGO_RIJNDAEL256
 	   )
 	;
     else {