mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
a second snapshot thsi day (1.0.4f)
This commit is contained in:
parent
70c4c054cd
commit
f0b82cd352
26 changed files with 1798 additions and 1744 deletions
|
@ -132,7 +132,7 @@ do_sign( PKT_secret_key *sk, PKT_signature *sig,
|
|||
digest_algo, mpi_get_nbits(sk->skey[0]), 0 );
|
||||
rc = pubkey_sign( sk->pubkey_algo, sig->data, frame, sk->skey );
|
||||
mpi_free(frame);
|
||||
if (!rc) {
|
||||
if (!rc && !opt.no_sig_create_check) {
|
||||
/* check that the signature verification worked and nothing is
|
||||
* fooling us e.g. by a bug in the signature create
|
||||
* code or by deliberately introduced faults. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue