diff options
Diffstat (limited to 'src/posix-util.c')
-rw-r--r-- | src/posix-util.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/posix-util.c b/src/posix-util.c index b0d17b0e..86ef5e74 100644 --- a/src/posix-util.c +++ b/src/posix-util.c @@ -59,6 +59,16 @@ _gpgme_get_gpgconf_path (void) #endif } +const char * +_gpgme_get_g13_path (void) +{ +#ifdef G13_PATH + return G13_PATH; +#else + return NULL; +#endif +} + /* See w32-util.c */ int _gpgme_get_conf_int (const char *key, int *value) |