summaryrefslogtreecommitdiff
path: root/security/putty/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'security/putty/patches/patch-aj')
-rw-r--r--security/putty/patches/patch-aj13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/putty/patches/patch-aj b/security/putty/patches/patch-aj
deleted file mode 100644
index a564dd211bb..00000000000
--- a/security/putty/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2005/04/13 16:45:46 rillig Exp $
-
---- cmdgen.c.orig 2005-04-06 23:30:02.000000000 +0200
-+++ cmdgen.c 2005-04-06 23:30:15.000000000 +0200
-@@ -114,7 +114,7 @@
- void showversion(void)
- {
- char *verstr = dupstr(ver);
-- verstr[0] = tolower(verstr[0]);
-+ verstr[0] = tolower((unsigned char)verstr[0]);
- printf("PuTTYgen %s\n", verstr);
- sfree(verstr);
- }