diff options
author | Werner Koch <[email protected]> | 2004-11-23 17:09:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-11-23 17:09:51 +0000 |
commit | c7b97075aa213a7ac54b8c56679719679816b3fa (patch) | |
tree | 04945dddc36984039b8b403f7eabbb7852cfe53c /common/b64enc.c | |
parent | Post release preparations (diff) | |
download | gnupg-c7b97075aa213a7ac54b8c56679719679816b3fa.tar.gz gnupg-c7b97075aa213a7ac54b8c56679719679816b3fa.zip |
* b64enc.c: Include stdio.h and string.h
* gpgsm.c: New option --prefer-system-dirmngr.
* call-dirmngr.c (start_dirmngr): Implement this option.
* gpgconf-comp.c <dirmngr>: Add the proxy options.
<gpgsm>: Add --prefer-system-daemon.
Diffstat (limited to '')
-rw-r--r-- | common/b64enc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/b64enc.c b/common/b64enc.c index edcf6e3ad..5b7a42ab3 100644 --- a/common/b64enc.c +++ b/common/b64enc.c @@ -19,7 +19,9 @@ */ #include <config.h> +#include <stdio.h> #include <stdlib.h> +#include <string.h> #include <errno.h> #include <assert.h> |