]> granicus.if.org Git - apache/commitdiff
One cannot have an entirely empty struct ... this is just to make things
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 28 Jun 2001 01:13:09 +0000 (01:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 28 Jun 2001 01:13:09 +0000 (01:13 +0000)
  actually compile, and exclude an include we don't have on Win32.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89460 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 26ce020d558dd944d27c3b6641ae8d4532c91037..6e3dc3b56bfc34bad33fc144f694579090f86afe 100644 (file)
@@ -97,7 +97,9 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <time.h>
+#if APR_HAVE_SYS_TIME_H
 #include <sys/time.h>
+#endif
 
 /* OpenSSL headers */
 #include <openssl/ssl.h>
@@ -510,8 +512,8 @@ typedef struct {
  */
 #endif /* XXX */
 typedef struct {
-#if 0 /* XXX */
     BOOL          bSSLRequired;
+#if 0 /* XXX */
     array_header *aRequirement;
     ssl_opt_t     nOptions;
     ssl_opt_t     nOptionsAdd;