Marked up where g10 needs to implement the selection of the signature algorithm
authorMatthias Kalle Dalheimer <kalle@kdab.net>
Thu, 28 Feb 2002 07:49:13 +0000 (07:49 +0000)
committerMatthias Kalle Dalheimer <kalle@kdab.net>
Thu, 28 Feb 2002 07:49:13 +0000 (07:49 +0000)
trunk/gpgmeplug/gpgmeplug.c

index 85dd2f2220c6fc06becad36a0f59607185f28b84..b09eb7b7e58bdb0fcd9f180485fce82cf2c19318 100644 (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 );