From dc544ce5dc0537e1005a882cedeb609d22013c92 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sat, 30 Jun 2012 22:35:24 -0600 Subject: [PATCH] Fixed building with --disable-ssl. --- src/AccessLogEntry.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AccessLogEntry.cc b/src/AccessLogEntry.cc index 4dd4de1dd1..4f86995316 100644 --- a/src/AccessLogEntry.cc +++ b/src/AccessLogEntry.cc @@ -3,9 +3,11 @@ #include "HttpRequest.h" #include "ssl/support.h" +#if USE_SSL AccessLogEntry::Ssl::Ssl(): user(NULL), bumpMode(::Ssl::bumpEnd) { } +#endif /* USE_SSL */ void -- 2.47.2