]> granicus.if.org Git - apache/commitdiff
Take care of folk's assert() undefined errors.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Jul 2001 22:20:09 +0000 (22:20 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Jul 2001 22:20:09 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89627 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 4bf9a3a1398b8281ec6ebfa9ee0075410e7f9a21..11f9917b12cdd0dc8b48d20baccb5fcd267054f0 100644 (file)
 #if APR_HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif
+/* XXX: these better go away */
+#include <assert.h>
 
 /* OpenSSL headers */
 #include <openssl/ssl.h>