summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-af
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-17 17:19:28 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-17 17:19:28 +0000
commitfd06b5f819a8624e2109902a35ec0a9088e09edf (patch)
tree2c321737646fdfc1e25744b3d6f0a45950fa08b6 /security/openssh/files/patch-af
parentDeny more extensions (diff)
Thanks to those who replied! The include (ssl versus openssl) transform
is now done in post-patch. Submitted by: Anton Berezin <tobez@plab.ku.dk>, Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Notes
Notes: svn path=/head/; revision=23166
Diffstat (limited to 'security/openssh/files/patch-af')
-rw-r--r--security/openssh/files/patch-af12
1 files changed, 0 insertions, 12 deletions
diff --git a/security/openssh/files/patch-af b/security/openssh/files/patch-af
deleted file mode 100644
index 15308eb40dba..000000000000
--- a/security/openssh/files/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru /home/green/ssh/bufaux.c ./bufaux.c
---- /home/green/ssh/bufaux.c Wed Nov 3 03:36:00 1999
-+++ ./bufaux.c Mon Nov 8 00:06:40 1999
-@@ -18,7 +18,7 @@
- RCSID("$Id: bufaux.c,v 1.3 1999/11/02 19:42:35 markus Exp $");
-
- #include "ssh.h"
--#include <ssl/bn.h>
-+#include <openssl/bn.h>
- #include "bufaux.h"
- #include "xmalloc.h"
- #include "getput.h"