aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/g10c.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/g10c.c')
-rw-r--r--cipher/g10c.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/cipher/g10c.c b/cipher/g10c.c
index 718520057..de6a09c96 100644
--- a/cipher/g10c.c
+++ b/cipher/g10c.c
@@ -24,8 +24,10 @@
#include "mpi.h"
#include "random.h"
#include "cipher.h"
-#define _g10lib_INTERNAL 1
-#include "g10lib.h"
+
+
+/* FIXME: The modules should use functions from libgcrypt */
+
const char *g10c_revision_string(int dummy) { return "$Revision$"; }