2001-10-17 Marcus Brinkmann <marcus@g10code.de>
* gpgme.c (gpgme_set_protocol): Fix last change.
This commit is contained in:
parent
9e7db481a6
commit
96a64f6b80
@ -1,3 +1,7 @@
|
||||
2001-10-17 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgme.c (gpgme_set_protocol): Fix last change.
|
||||
|
||||
2001-10-15 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgme.h (GpgmeProtocol): New.
|
||||
|
@ -203,7 +203,7 @@ gpgme_set_protocol (GpgmeCtx c, GpgmeProtocol prot)
|
||||
|
||||
switch (prot)
|
||||
{
|
||||
case GPGME_PROTOCOL_OPENPGP:
|
||||
case GPGME_PROTOCOL_OpenPGP:
|
||||
c->use_cms = 0;
|
||||
break;
|
||||
case GPGME_PROTOCOL_CMS:
|
||||
|
Loading…
Reference in New Issue
Block a user