* 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:
Joe Orton
2009-11-05 00:56:06 +00:00
parent b7a270f9b4
commit cb6e1e0797

View File

@ -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 */
/** @} */