summaryrefslogtreecommitdiff
path: root/security/gnupg1/files/patch-misc.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /security/gnupg1/files/patch-misc.c
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'security/gnupg1/files/patch-misc.c')
-rw-r--r--security/gnupg1/files/patch-misc.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/security/gnupg1/files/patch-misc.c b/security/gnupg1/files/patch-misc.c
deleted file mode 100644
index 4520e0045b72..000000000000
--- a/security/gnupg1/files/patch-misc.c
+++ /dev/null
@@ -1,31 +0,0 @@
-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 {