diff options
author | Werner Koch <[email protected]> | 2016-08-13 15:39:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-13 15:39:28 +0000 |
commit | 37e932658cbd873ac96ff7e2067a97dffc2e0507 (patch) | |
tree | a7fa463b26bea36fabb64563a6495f61ca985c66 /g13/suspend.c | |
parent | g13: New command --find-device. (diff) | |
download | gnupg-37e932658cbd873ac96ff7e2067a97dffc2e0507.tar.gz gnupg-37e932658cbd873ac96ff7e2067a97dffc2e0507.zip |
g13: Move some function around.
* g13/keyblob.c (g13_keyblob_decrypt): Move to ...
* g13/server.c: to here.
* g13/suspend.c, g13/mount.c: Include server.h.
* g13/Makefile.am (g13_syshelp_SOURCES): Add keyblob.c
--
This is done to be able to use keyblob read code in syshelp w/o
requiring linking to call-gpg.c
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g13/suspend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g13/suspend.c b/g13/suspend.c index 0532c8bdb..39aeaebb9 100644 --- a/g13/suspend.c +++ b/g13/suspend.c @@ -33,6 +33,7 @@ #include "keyblob.h" #include "backend.h" #include "g13tuple.h" +#include "server.h" /*(g13_keyblob_decrypt)*/ |