diff options
author | Matthias Kalle Dalheimer <[email protected]> | 2002-02-27 20:59:20 +0000 |
---|---|---|
committer | Matthias Kalle Dalheimer <[email protected]> | 2002-02-27 20:59:20 +0000 |
commit | 44edbc7d417fff36971cbdda4c4bc39e80d3a283 (patch) | |
tree | a294e7c430b19616c3312d00c454ce4501ccf405 /gpgmeplug/gpgmeplug.c | |
parent | doc/ (diff) | |
download | gpgme-44edbc7d417fff36971cbdda4c4bc39e80d3a283.tar.gz gpgme-44edbc7d417fff36971cbdda4c4bc39e80d3a283.zip |
select the signature algorithm - dummy in gpgme.c
Diffstat (limited to 'gpgmeplug/gpgmeplug.c')
-rw-r--r-- | gpgmeplug/gpgmeplug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgmeplug/gpgmeplug.c b/gpgmeplug/gpgmeplug.c index d866b29f..85dd2f22 100644 --- a/gpgmeplug/gpgmeplug.c +++ b/gpgmeplug/gpgmeplug.c @@ -794,6 +794,8 @@ bool signMessage( const char* cleartext, break; } gpgme_set_include_certs (ctx, sendCerts); + + gpgme_set_signature_algorithm( ctx, config.signatureAlgorithm ); gpgme_data_new_from_mem (&data, cleartext, 1+strlen( cleartext ), 1 ); |