summaryrefslogtreecommitdiff
path: root/net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /net-misc/openssh-x/files/openssh-5.4_p1-openssl.patch
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
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)
- {