1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

Follow up to r1629372: ensure compatibily with OpenSSL < 1.0 (sk_OPENSSL_STRING_value).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yann Ylavic
2014-10-05 11:41:52 +00:00
parent 642b0f1eef
commit 25cb3bad84

View File

@@ -32,6 +32,11 @@
#include "ap_mpm.h"
#include "apr_thread_mutex.h"
#ifndef sk_OPENSSL_STRING_value
/* backward compatibility with OpenSSL < 1.0 */
#define sk_OPENSSL_STRING_value sk_value
#endif
#ifdef HAVE_OCSP_STAPLING
/**