]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_toolkit_compat.h: Fix compat with older OpenSSL.
authorJoe Orton <jorton@apache.org>
Thu, 5 Nov 2009 00:56:06 +0000 (00:56 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 5 Nov 2009 00:56:06 +0000 (00:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@832943 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_toolkit_compat.h

index 3c14b93b6698bb88d4f1c1818f3e9d5c8ea71d6c..86a62e8c082eb7eca9351fd4710052bf5788a621 100644 (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 */
 
 /** @} */