Commit 0494434b authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  One cannot have an entirely empty struct ... this is just to make things
  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
parent 583e73e3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;