summaryrefslogtreecommitdiff
path: root/cipher/camellia.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-04-18 11:44:07 +0000
committerWerner Koch <wk@gnupg.org>2008-04-18 11:44:07 +0000
commit8559c656de0c2de6013c7d705bc8fe175a6a7abb (patch)
tree2e85ee1c5f27d72c5cda238a00e5b29380345b7e /cipher/camellia.h
parent37b298a02055e027b690e643fe149754727b79db (diff)
downloadlibgcrypt-8559c656de0c2de6013c7d705bc8fe175a6a7abb.tar.gz
Collected changes. See ChnageLogs.
Diffstat (limited to 'cipher/camellia.h')
-rw-r--r--cipher/camellia.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cipher/camellia.h b/cipher/camellia.h
index 3a92dc4d..4425a3a2 100644
--- a/cipher/camellia.h
+++ b/cipher/camellia.h
@@ -28,6 +28,9 @@
*
* This prefixes all external symbols with "foo_".
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#ifdef CAMELLIA_EXT_SYM_PREFIX
#define CAMELLIA_PREFIX1(x,y) x ## y
#define CAMELLIA_PREFIX2(x,y) CAMELLIA_PREFIX1(x,y)
@@ -44,6 +47,7 @@
#define camellia_setup256 CAMELLIA_PREFIX(camellia_setup256)
#endif /*CAMELLIA_EXT_SYM_PREFIX*/
+
#ifdef __cplusplus
extern "C" {
#endif