2002-10-12 Marcus Brinkmann <marcus@g10code.de>
* gpgmeplug.c (checkMessageSignature): Update call to gpgme_op_verify to use new arguments.
This commit is contained in:
parent
3a6381133a
commit
5a7fadc5aa
@ -1,3 +1,8 @@
|
||||
2002-10-12 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgmeplug.c (checkMessageSignature): Update call to
|
||||
gpgme_op_verify to use new arguments.
|
||||
|
||||
2002-09-20 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgmeplug.c (nextCertificate): Sanity check for empty tmp_dn.
|
||||
|
@ -2761,7 +2761,8 @@ bool checkMessageSignature( char** cleartext,
|
||||
: strlen( signaturetext ),
|
||||
1 );
|
||||
|
||||
gpgme_op_verify( ctx, sigpart, datapart, &status );
|
||||
gpgme_op_verify( ctx, sigpart, isOpaqueSigned ? NULL : datapart,
|
||||
isOpaqueSigned ? datapart : NULL, &status );
|
||||
|
||||
if( isOpaqueSigned ) {
|
||||
rClear = gpgme_data_release_and_get_mem( datapart, &clearLen );
|
||||
|
Loading…
Reference in New Issue
Block a user