summaryrefslogtreecommitdiffstats
path: root/runtime/cryprov.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-09-12 09:31:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-09-12 09:39:40 +0200
commit15921d4e4e9d03e0cfd4ca5a9745c89b5dcd37c3 (patch)
tree23a8cd6147e747c48ce3323cf7d6ac64414a112f /runtime/cryprov.h
parentc2dd607f9bac232f862158080741f449f834eeef (diff)
downloadrsyslog-15921d4e4e9d03e0cfd4ca5a9745c89b5dcd37c3.tar.gz
rsyslog-15921d4e4e9d03e0cfd4ca5a9745c89b5dcd37c3.tar.bz2
rsyslog-15921d4e4e9d03e0cfd4ca5a9745c89b5dcd37c3.zip
bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled
Thanks to Jonny Törnbom for reporting this problem Conflicts: ChangeLog runtime/cryprov.h
Diffstat (limited to 'runtime/cryprov.h')
-rw-r--r--runtime/cryprov.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/cryprov.h b/runtime/cryprov.h
index 8496b745..005b33f7 100644
--- a/runtime/cryprov.h
+++ b/runtime/cryprov.h
@@ -24,8 +24,6 @@
#ifndef INCLUDED_CRYPROV_H
#define INCLUDED_CRYPROV_H
-#include <gcrypt.h>
-
/* interface */
BEGINinterface(cryprov) /* name must also be changed in ENDinterface macro! */
rsRetVal (*Construct)(void *ppThis);