diff options
author | Werner Koch <[email protected]> | 2015-02-25 10:43:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-02-25 10:43:50 +0000 |
commit | 9913253610bac69e9503800e85696491e018e327 (patch) | |
tree | 01b9c3546907b1fa9fd24f23c0fbaa4fe2c364ff /g10/getkey.c | |
parent | gpg: Add command --print-pka-records. (diff) | |
download | gnupg-9913253610bac69e9503800e85696491e018e327.tar.gz gnupg-9913253610bac69e9503800e85696491e018e327.zip |
Move new mailbox.c source file to common/.
* g10/mailbox.c: Move to ...
* common/mbox-util.c: new file.
* common/mbox-util.h: New. Include where needed.
* g10/t-mailbox.c: Move to ...
* common/t-mbox-util.c: new file.
--
This will make it easier to use the code by other modules in common/.
Diffstat (limited to '')
-rw-r--r-- | g10/getkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/getkey.c b/g10/getkey.c index 116753c82..2a2448462 100644 --- a/g10/getkey.c +++ b/g10/getkey.c @@ -37,7 +37,7 @@ #include "keyserver-internal.h" #include "call-agent.h" #include "host2net.h" - +#include "mbox-util.h" #define MAX_PK_CACHE_ENTRIES PK_UID_CACHE_SIZE #define MAX_UID_CACHE_ENTRIES PK_UID_CACHE_SIZE |