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-am | |
| parent | Spelling 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-am')
| -rw-r--r-- | security/openssh/files/patch-am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/openssh/files/patch-am b/security/openssh/files/patch-am new file mode 100644 index 000000000000..d76eb91aebb9 --- /dev/null +++ b/security/openssh/files/patch-am @@ -0,0 +1,12 @@ +diff -ru /home/green/ssh/packet.h ./packet.h +--- /home/green/ssh/packet.h Tue Sep 28 03:45:00 1999 ++++ ./packet.h Mon Nov 8 00:06:40 1999 +@@ -18,7 +18,7 @@ + #ifndef PACKET_H + #define PACKET_H + +-#include <ssl/bn.h> ++#include <openssl/bn.h> + + /* Sets the socket used for communication. Disables encryption until + packet_set_encryption_key is called. It is permissible that fd_in |
