From db5b81ae6b0632e7e3b0d47b28a064423c1ac156 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 12 Sep 2013 09:31:38 +0200 Subject: bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Jonny Törnbom for reporting this problem --- ChangeLog | 4 ++++ runtime/cryprov.h | 2 -- runtime/libgcry.h | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7a07f61..fceeb093 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ --------------------------------------------------------------------------- +Version 7.5.4 [devel] 2013-09-?? +- bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled + Thanks to Jonny Törnbom for reporting this problem +--------------------------------------------------------------------------- Version 7.5.3 [devel] 2013-09-11 - imfile: support for escaping LF characters added embedded LF in syslog messages cause a lot of trouble. imfile now has diff --git a/runtime/cryprov.h b/runtime/cryprov.h index 5690904d..2742a4a5 100644 --- a/runtime/cryprov.h +++ b/runtime/cryprov.h @@ -24,8 +24,6 @@ #ifndef INCLUDED_CRYPROV_H #define INCLUDED_CRYPROV_H -#include - /* we unfortunately need to have two different param names depending on the * context in which parameters are set. Other than (re/over)engineering the core * interface, we just define some values to keep track of that. diff --git a/runtime/libgcry.h b/runtime/libgcry.h index 2f700554..ae5a6735 100644 --- a/runtime/libgcry.h +++ b/runtime/libgcry.h @@ -21,7 +21,7 @@ #ifndef INCLUDED_LIBGCRY_H #define INCLUDED_LIBGCRY_H #include - +#include struct gcryctx_s { uchar *key; -- cgit v1.2.3