aboutsummaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-key.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-key.c')
-rw-r--r--security/openssh/files/patch-key.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/openssh/files/patch-key.c b/security/openssh/files/patch-key.c
deleted file mode 100644
index 27d8a2ac3f8f..000000000000
--- a/security/openssh/files/patch-key.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- key.c Mon Jun 24 20:46:53 2002
-+++ key.c.orig Fri May 31 15:16:48 2002
-@@ -368,7 +368,7 @@
- return 0;
- }
- fprintf(f, " %s", buf);
-- free(buf);
-+ OPENSSL_free(buf);
- return 1;
- }
-