aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine-backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine-backend.h')
-rw-r--r--src/engine-backend.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/engine-backend.h b/src/engine-backend.h
index 0a30f348..fa539a3f 100644
--- a/src/engine-backend.h
+++ b/src/engine-backend.h
@@ -22,11 +22,6 @@
#include "engine.h"
-/* FIXME: Correct check? */
-#ifdef GPGSM_PATH
-#define ENABLE_GPGSM 1
-#endif
-
struct engine_ops
{
/* Static functions. */
@@ -132,5 +127,8 @@ extern struct engine_ops _gpgme_engine_ops_gpgconf; /* gpg-conf. */
#ifdef ENABLE_ASSUAN
extern struct engine_ops _gpgme_engine_ops_assuan; /* Low-level Assuan. */
#endif
+#ifdef ENABLE_G13
+extern struct engine_ops _gpgme_engine_ops_g13; /* Crypto VFS. */
+#endif
#endif /* ENGINE_BACKEND_H */