summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-an
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-an
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.
Diffstat (limited to 'security/openssh/files/patch-an')
-rw-r--r--security/openssh/files/patch-an14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openssh/files/patch-an b/security/openssh/files/patch-an
new file mode 100644
index 000000000000..bf989a6f1773
--- /dev/null
+++ b/security/openssh/files/patch-an
@@ -0,0 +1,14 @@
+diff -ru /home/green/ssh/rsa.h ./rsa.h
+--- /home/green/ssh/rsa.h Wed Sep 29 03:42:00 1999
++++ ./rsa.h Mon Nov 8 00:06:40 1999
+@@ -18,8 +18,8 @@
+ #ifndef RSA_H
+ #define RSA_H
+
+-#include <ssl/bn.h>
+-#include <ssl/rsa.h>
++#include <openssl/bn.h>
++#include <openssl/rsa.h>
+
+ /* Calls SSL RSA_generate_key, only copies to prv and pub */
+ void rsa_generate_key(RSA *prv, RSA *pub, unsigned int bits);