summaryrefslogtreecommitdiff
path: root/net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch')
-rw-r--r--net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch b/net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch
deleted file mode 100644
index e4cdb63a..00000000
--- a/net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-pull in openssl/conf.h for OPENSSL_config() prototype
-
---- openbsd-compat/openssl-compat.c
-+++ openbsd-compat/openssl-compat.c
-@@ -59,6 +59,7 @@
- #endif
-
- #ifdef USE_OPENSSL_ENGINE
-+#include <openssl/conf.h>
- void
- ssh_SSLeay_add_all_algorithms(void)
- {