summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-03-09 01:06:09 +0000
committerMike Frysinger <vapier@gentoo.org>2010-03-09 01:06:09 +0000
commit7170710b2d4a76f63105bc5ea0fb2735fc8ccf22 (patch)
treec982161e83903221a46b106c154032624db29c14 /net-misc/openssh/files/openssh-5.4_p1-openssl.patch
parentold (diff)
downloadhistorical-7170710b2d4a76f63105bc5ea0fb2735fc8ccf22.tar.gz
historical-7170710b2d4a76f63105bc5ea0fb2735fc8ccf22.tar.bz2
historical-7170710b2d4a76f63105bc5ea0fb2735fc8ccf22.zip
Version bump #308431 by Dirkjan Ochtman.
Package-Manager: portage-2.2_rc65/cvs/Linux x86_64
Diffstat (limited to 'net-misc/openssh/files/openssh-5.4_p1-openssl.patch')
-rw-r--r--net-misc/openssh/files/openssh-5.4_p1-openssl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/openssh/files/openssh-5.4_p1-openssl.patch b/net-misc/openssh/files/openssh-5.4_p1-openssl.patch
new file mode 100644
index 000000000000..e4cdb63a26c5
--- /dev/null
+++ b/net-misc/openssh/files/openssh-5.4_p1-openssl.patch
@@ -0,0 +1,12 @@
+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)
+ {