aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-10-02 21:00:06 +0800
committerclement <clement@FreeBSD.org>2005-10-02 21:00:06 +0800
commit9af730d50cb1b4a63d9eaca4bc4a3f6cf453b426 (patch)
treebc9f9b2789f120756172504e5b3c60b7249ef3d0 /www
parentf84ce400f48bb07133642a39dace8025706f1c9f (diff)
downloadfreebsd-ports-gnome-9af730d50cb1b4a63d9eaca4bc4a3f6cf453b426.tar.gz
freebsd-ports-gnome-9af730d50cb1b4a63d9eaca4bc4a3f6cf453b426.tar.zst
freebsd-ports-gnome-9af730d50cb1b4a63d9eaca4bc4a3f6cf453b426.zip
- Fix build with OpenSSL 0.9.8
Diffstat (limited to 'www')
-rw-r--r--www/apache13-ssl/files/patch-fix-build-openssl-0.9.814
1 files changed, 14 insertions, 0 deletions
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 */