summaryrefslogtreecommitdiff
path: root/security/gnupg/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg/patches/patch-ac')
-rw-r--r--security/gnupg/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/gnupg/patches/patch-ac b/security/gnupg/patches/patch-ac
deleted file mode 100644
index 44c35b4bdef..00000000000
--- a/security/gnupg/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.8 2001/01/29 11:53:03 wiz Exp $
-
---- g10/openfile.c.orig Tue Sep 5 17:31:57 2000
-+++ g10/openfile.c
-@@ -329,7 +329,7 @@
-
- if ( ( *defhome == '~'
- && ( strlen(fname) >= strlen (defhome+1)
-- && !strcmp(fname+strlen(defhome+1)-strlen(defhome+1),
-+ && !strcmp(fname+strlen(fname)-strlen(defhome+1),
- defhome+1 ) ))
- || ( *defhome != '~'
- && !compare_filenames( fname, defhome ) )