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:
@@ -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
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user