From: Matthias Kalle Dalheimer Date: Thu, 28 Feb 2002 07:49:13 +0000 (+0000) Subject: Marked up where g10 needs to implement the selection of the signature algorithm X-Git-Tag: gpgme-1.2.0@1385~1069 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=708790b7b99eada90928cd837600d408c2b80796;p=gpgme.git Marked up where g10 needs to implement the selection of the signature algorithm --- diff --git a/trunk/gpgmeplug/gpgmeplug.c b/trunk/gpgmeplug/gpgmeplug.c index 85dd2f2..b09eb7b 100644 --- a/trunk/gpgmeplug/gpgmeplug.c +++ b/trunk/gpgmeplug/gpgmeplug.c @@ -795,7 +795,8 @@ bool signMessage( const char* cleartext, } gpgme_set_include_certs (ctx, sendCerts); - gpgme_set_signature_algorithm( ctx, config.signatureAlgorithm ); + // PENDING(g10) Implement this + //gpgme_set_signature_algorithm( ctx, config.signatureAlgorithm ); gpgme_data_new_from_mem (&data, cleartext, 1+strlen( cleartext ), 1 );