Marked up where g10 needs to implement the selection of the signature algorithm

This commit is contained in:
Matthias Kalle Dalheimer 2002-02-28 07:49:13 +00:00
parent fccdbcf211
commit df8e9fa1e0

View File

@ -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 );