From 44edbc7d417fff36971cbdda4c4bc39e80d3a283 Mon Sep 17 00:00:00 2001 From: Matthias Kalle Dalheimer Date: Wed, 27 Feb 2002 20:59:20 +0000 Subject: select the signature algorithm - dummy in gpgme.c --- gpgmeplug/gpgmeplug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpgmeplug') 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 ); -- cgit v1.2.3