Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 30061 invoked by uid 500); 19 Jul 2001 22:21:39 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 30044 invoked by uid 500); 19 Jul 2001 22:21:39 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 19 Jul 2001 22:20:10 -0000 Message-ID: <20010719222010.20090.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/ssl mod_ssl.h X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N wrowe 01/07/19 15:20:10 Modified: modules/ssl mod_ssl.h Log: Take care of folk's assert() undefined errors. Revision Changes Path 1.21 +2 -0 httpd-2.0/modules/ssl/mod_ssl.h Index: mod_ssl.h =================================================================== RCS file: /home/cvs/httpd-2.0/modules/ssl/mod_ssl.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- mod_ssl.h 2001/07/19 21:30:37 1.20 +++ mod_ssl.h 2001/07/19 22:20:09 1.21 @@ -100,6 +100,8 @@ #if APR_HAVE_SYS_TIME_H #include #endif +/* XXX: these better go away */ +#include /* OpenSSL headers */ #include