mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
* modules/ssl/ssl_toolkit_compat.h: Fix compat with older OpenSSL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -287,6 +287,10 @@ typedef void (*modssl_popfree_fn)(char *data);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef sk_STRING_pop
|
||||
#define sk_STRING_pop sk_pop
|
||||
#endif
|
||||
|
||||
#endif /* SSL_TOOLKIT_COMPAT_H */
|
||||
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user