diff options
author | Werner Koch <[email protected]> | 2007-06-21 18:44:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-06-21 18:44:48 +0000 |
commit | 0b66f30d66fadbfd1a949edbe765043b06c5931b (patch) | |
tree | e2e33a51151de2deac0d4e43cd7bc38429fe2965 /g10/sign.c | |
parent | [w32] gpg-agent is now started automagically by gpgsm. (diff) | |
download | gnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.tar.gz gnupg-0b66f30d66fadbfd1a949edbe765043b06c5931b.zip |
Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under Windows.
Diffstat (limited to 'g10/sign.c')
-rw-r--r-- | g10/sign.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/sign.c b/g10/sign.c index 1a1a80bc6..95ff96373 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -41,6 +41,7 @@ #include "status.h" #include "i18n.h" #include "pkglue.h" +#include "sysutils.h" #include "call-agent.h" |