mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
b57f553212
commit
37e932658c
7 changed files with 34 additions and 26 deletions
|
@ -157,9 +157,6 @@
|
|||
gpg_error_t g13_is_container (ctrl_t ctrl, const char *filename);
|
||||
gpg_error_t g13_keyblob_read (const char *filename,
|
||||
void **r_enckeyblob, size_t *r_enckeybloblen);
|
||||
gpg_error_t g13_keyblob_decrypt (ctrl_t ctrl,
|
||||
const void *enckeyblob, size_t enckeybloblen,
|
||||
void **r_keyblob, size_t *r_keybloblen);
|
||||
|
||||
|
||||
#endif /*G13_KEYBLOB_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue