diff options
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.patch | 12 |
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) + { |