From: Alex Rousskov Date: Thu, 8 Mar 2012 13:03:19 +0000 (-0700) Subject: ssl_crtd: undefined references to squid_curtime X-Git-Tag: BumpSslServerFirst.take08~21^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c264def26094f7812f7a4ae2ef748ba4c12e8d3;p=thirdparty%2Fsquid.git ssl_crtd: undefined references to squid_curtime --- diff --git a/src/ssl/Makefile.am b/src/ssl/Makefile.am index e73e9db059..f49a7a3370 100644 --- a/src/ssl/Makefile.am +++ b/src/ssl/Makefile.am @@ -21,6 +21,7 @@ SSL_CRTD = SSL_CRTD_SOURCE = endif +## SSL stuff used by main Squid but not by ssl_crtd libsslsquid_la_SOURCES = \ context_storage.cc \ context_storage.h \ @@ -31,14 +32,16 @@ libsslsquid_la_SOURCES = \ ErrorDetailManager.cc \ ErrorDetailManager.h \ support.cc \ - support.h + support.h \ + \ + $(SSL_CRTD_SOURCE) +## SSL stuff used by main Squid and ssl_crtd libsslutil_la_SOURCES = \ gadgets.cc \ gadgets.h \ crtd_message.cc \ - crtd_message.h \ - $(SSL_CRTD_SOURCE) + crtd_message.h libexec_PROGRAMS = \ $(SSL_CRTD) diff --git a/src/ssl/certificate_db.h b/src/ssl/certificate_db.h index 3035251431..b9832c1061 100644 --- a/src/ssl/certificate_db.h +++ b/src/ssl/certificate_db.h @@ -6,7 +6,6 @@ #define SQUID_SSL_CERTIFICATE_DB_H #include "ssl/gadgets.h" -#include "ssl/support.h" #if HAVE_STRING #include #endif