diff options
author | Brian Feldman <green@FreeBSD.org> | 1999-11-08 06:20:54 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 1999-11-08 06:20:54 +0000 |
commit | 406efcfe3baa31b183abdd4ff6caaaee1bf48844 (patch) | |
tree | 4d819b37b0db4c37f8780d7192810d52877a985b /security/openssh/files/patch-af | |
parent | fb16378220966b6c90a46b7bba33e9929ec27545 (diff) | |
download | ports-406efcfe3baa31b183abdd4ff6caaaee1bf48844.tar.gz ports-406efcfe3baa31b183abdd4ff6caaaee1bf48844.zip |
Notes
Diffstat (limited to 'security/openssh/files/patch-af')
-rw-r--r-- | security/openssh/files/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/openssh/files/patch-af b/security/openssh/files/patch-af new file mode 100644 index 000000000000..15308eb40dba --- /dev/null +++ b/security/openssh/files/patch-af @@ -0,0 +1,12 @@ +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" |