diff options
| author | Werner Koch <[email protected]> | 2010-04-21 16:26:17 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2010-04-21 16:26:17 +0000 |
| commit | a1412b05debe693e6aabaf2c2c337bc33f7dfd41 (patch) | |
| tree | 214dc8928b73aaa385d69eaa180164318ff0bb93 /g10/sign.c | |
| parent | Disable card support for now (diff) | |
| download | gnupg-a1412b05debe693e6aabaf2c2c337bc33f7dfd41.tar.gz gnupg-a1412b05debe693e6aabaf2c2c337bc33f7dfd41.zip | |
More changes on the way to remove secring.gpg.
Diffstat (limited to 'g10/sign.c')
| -rw-r--r-- | g10/sign.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/sign.c b/g10/sign.c index eb3ec1f48..8418c5d35 100644 --- a/g10/sign.c +++ b/g10/sign.c @@ -1546,6 +1546,9 @@ make_keysig_packet( PKT_signature **ret_sig, PKT_public_key *pk, /**************** * Create a new signature packet based on an existing one. * Only user ID signatures are supported for now. + * PK is the public key to work on. + * PKSK is the key used to make the signature. + * * TODO: Merge this with make_keysig_packet. */ int |
