diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Notes
Notes:
svn path=/head/; revision=288378
Diffstat (limited to 'www/apache13-ssl/files/patch-fix-build-openssl-0.9.8')
-rw-r--r-- | www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 | 14 |
1 files changed, 0 insertions, 14 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 deleted file mode 100644 index 154aeab13d5a..000000000000 --- a/www/apache13-ssl/files/patch-fix-build-openssl-0.9.8 +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 */ |