diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/openpgp/clearsig.test | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/openpgp/clearsig.test b/tests/openpgp/clearsig.test index 74631e180..bf67916d0 100755 --- a/tests/openpgp/clearsig.test +++ b/tests/openpgp/clearsig.test @@ -24,17 +24,6 @@ done # ====================================== -# and once more to check rfc1991 -# ====================================== - -if have_pubkey_algo "RSA"; then - for i in $plain_files plain-large ; do - $GPG -u $usrname3 --rfc1991 --digest-algo md5 --clearsign -o x --yes $i - $GPG --verify x - done -fi - -# ====================================== # and one with long lines # ====================================== cat >y <<EOF @@ -100,7 +89,7 @@ cat >y <<EOF } /* ask for file and hash it */ - if( c->sigs_only ) { -+ if( c->sigs_only ) ++ if( c->sigs_only ) rc = hash_datafiles( c->mfx.md, NULL, c->signed_data, c->sigfilename, n1? (n1->pkt->pkt.onepass_sig->sig_class == 0x01):0 ); |