summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-as
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-08 06:20:54 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-08 06:20:54 +0000
commit406efcfe3baa31b183abdd4ff6caaaee1bf48844 (patch)
tree4d819b37b0db4c37f8780d7192810d52877a985b /security/openssh/files/patch-as
parentSpelling error correction. (diff)
Say hello to OpenSSH! It's more secure, has a better license, and
is actively maintained by members of the OpenBSD project.
Notes
Notes: svn path=/head/; revision=22963
Diffstat (limited to 'security/openssh/files/patch-as')
-rw-r--r--security/openssh/files/patch-as12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/openssh/files/patch-as b/security/openssh/files/patch-as
new file mode 100644
index 000000000000..0d7722403806
--- /dev/null
+++ b/security/openssh/files/patch-as
@@ -0,0 +1,12 @@
+diff -ru /home/green/ssh/ssh-agent.c ./ssh-agent.c
+--- /home/green/ssh/ssh-agent.c Wed Nov 3 03:36:00 1999
++++ ./ssh-agent.c Mon Nov 8 00:06:40 1999
+@@ -28,7 +28,7 @@
+ #include "getput.h"
+ #include "mpaux.h"
+
+-#include <ssl/md5.h>
++#include <openssl/md5.h>
+
+ typedef struct
+ {