blob: 154aeab13d5ad0cad442c6d8398e30327e82a6d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */
|