diff options
| author | Werner Koch <[email protected]> | 2006-08-16 10:47:53 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2006-08-16 10:47:53 +0000 |
| commit | b744f963d7061ce55d2eed65b281298476e54fb7 (patch) | |
| tree | 6e8ccb3c39a45c16b4ca6cdb2273eb3b8bc2a888 /g10/pubkey-enc.c | |
| parent | Changed HTTP API. (diff) | |
| download | gnupg-b744f963d7061ce55d2eed65b281298476e54fb7.tar.gz gnupg-b744f963d7061ce55d2eed65b281298476e54fb7.zip | |
With --enable-gpg the keyservers are now build and a first test using gpg2
shows no prblems. Needs more testing of course.
Diffstat (limited to 'g10/pubkey-enc.c')
| -rw-r--r-- | g10/pubkey-enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/pubkey-enc.c b/g10/pubkey-enc.c index 47aadc9a7..fca19f849 100644 --- a/g10/pubkey-enc.c +++ b/g10/pubkey-enc.c @@ -37,6 +37,7 @@ #include "main.h" #include "i18n.h" #include "pkglue.h" +#include "call-agent.h" static int get_it( PKT_pubkey_enc *k, |
