diff options
author | David Shaw <[email protected]> | 2005-10-12 20:44:24 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-10-12 20:44:24 +0000 |
commit | 094a7ab401c03d6fc7cb1d3023ea8ee1e8dc9e34 (patch) | |
tree | d597749a8c3e6610f2b4fb7db835ed2e1aa7a78f /g10/getkey.c | |
parent | * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2), (diff) | |
download | gnupg-094a7ab401c03d6fc7cb1d3023ea8ee1e8dc9e34.tar.gz gnupg-094a7ab401c03d6fc7cb1d3023ea8ee1e8dc9e34.zip |
* options.h, getkey.c (merge_selfsigs_subkey), gpg.c (main), sig-check.c
(signature_check2): Add --require-backsigs and --no-require-backsigs.
Currently defaults to --no-require-backsigs.
Diffstat (limited to '')
-rw-r--r-- | g10/getkey.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/g10/getkey.c b/g10/getkey.c index 864c8bfb7..241f1535c 100644 --- a/g10/getkey.c +++ b/g10/getkey.c @@ -2082,13 +2082,6 @@ merge_selfsigs_subkey( KBNODE keyblock, KBNODE subnode ) free_seckey_enc(backsig); } } - -#ifdef FAKE_BACKSIGS - /* If there is no backsig, pretend there is a valid one. If there - is a backsig (or an invalid backsig), use it. */ - if(subpk->backsig==0) - subpk->backsig=2; -#endif } |