summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-ah')
-rw-r--r--security/openssh/files/patch-ah14
1 files changed, 0 insertions, 14 deletions
diff --git a/security/openssh/files/patch-ah b/security/openssh/files/patch-ah
deleted file mode 100644
index 0ebde6715cb9..000000000000
--- a/security/openssh/files/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ru /home/green/ssh/cipher.h ./cipher.h
---- /home/green/ssh/cipher.h Sun Oct 3 03:39:00 1999
-+++ ./cipher.h Mon Nov 8 00:06:40 1999
-@@ -16,8 +16,8 @@
- #ifndef CIPHER_H
- #define CIPHER_H
-
--#include <ssl/des.h>
--#include <ssl/blowfish.h>
-+#include <openssl/des.h>
-+#include <openssl/blowfish.h>
-
- /* Cipher types. New types can be added, but old types should not be removed
- for compatibility. The maximum allowed value is 31. */