2002-02-27 Marcus Brinkmann <marcus@g10code.de>
* gpgmeplug.c (signMessage): Fix code syntax.
This commit is contained in:
parent
00d2d15d81
commit
85c7100872
@ -1,3 +1,7 @@
|
||||
2002-02-27 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgmeplug.c (signMessage): Fix code syntax.
|
||||
|
||||
2002-02-01 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* Makefile.am (EXTRA_gpgme_openpgp_la_SOURCES): New variable.
|
||||
|
@ -761,6 +761,7 @@ bool signMessage( const char* cleartext,
|
||||
size_t rSLen = 0;
|
||||
char* rSig = 0;
|
||||
bool bOk = false;
|
||||
int sendCerts = 1;
|
||||
|
||||
init_StructuringInfo( structuring );
|
||||
|
||||
@ -773,8 +774,7 @@ bool signMessage( const char* cleartext,
|
||||
gpgme_set_armor (ctx, 1);
|
||||
gpgme_set_textmode (ctx, 1);
|
||||
|
||||
int sendCerts;
|
||||
switch ( config.sendCertificates() ) {
|
||||
switch ( config.sendCertificates ) {
|
||||
case SendCert_undef:
|
||||
break;
|
||||
case SendCert_DontSend:
|
||||
|
Loading…
Reference in New Issue
Block a user