projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e41f9e1
)
Marked up where g10 needs to implement the selection of the signature algorithm
author
Matthias Kalle Dalheimer
<kalle@kdab.net>
Thu, 28 Feb 2002 07:49:13 +0000
(07:49 +0000)
committer
Matthias Kalle Dalheimer
<kalle@kdab.net>
Thu, 28 Feb 2002 07:49:13 +0000
(07:49 +0000)
trunk/gpgmeplug/gpgmeplug.c
patch
|
blob
|
history
diff --git
a/trunk/gpgmeplug/gpgmeplug.c
b/trunk/gpgmeplug/gpgmeplug.c
index 85dd2f2220c6fc06becad36a0f59607185f28b84..b09eb7b7e58bdb0fcd9f180485fce82cf2c19318 100644
(file)
--- 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 );