]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1629372: ensure compatibily with OpenSSL < 1.0 (sk_OPENSSL_STRING_value).
authorYann Ylavic <ylavic@apache.org>
Sun, 5 Oct 2014 11:41:52 +0000 (11:41 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 5 Oct 2014 11:41:52 +0000 (11:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1629485 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util_stapling.c

index 81e95b41cad7ee7e653e977f1b13045985fef801..933d17799c67d2c1e675275a0442e8f4bd7a0238 100644 (file)
 #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
 
 /**