From 486435e0e2f4a0af355003a0c179fb5581f3964d Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Sun, 2 Oct 2005 13:00:06 +0000 Subject: - Fix build with OpenSSL 0.9.8 --- www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 (limited to 'www/apache13-ssl') diff --git a/www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 b/www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 new file mode 100644 index 000000000000..154aeab13d5a --- /dev/null +++ b/www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 @@ -0,0 +1,14 @@ +--- src/modules/ssl/apache_ssl.c.orig Sun Oct 2 14:55:10 2005 ++++ src/modules/ssl/apache_ssl.c Sun Oct 2 14:56:47 2005 +@@ -72,6 +72,11 @@ + #include "http_main.h" + + ++#ifndef EVP_F_EVP_DECRYPTFINAL ++#ifdef EVP_F_EVP_DECRYPTFINAL_EX ++#define EVP_F_EVP_DECRYPTFINAL EVP_F_EVP_DECRYPTFINAL_EX ++#endif ++#endif + /* Note that APACHE_SSL_EXPORT_CERTS is defined in buff.h */ + + /* Temp */ -- cgit v1.2.3