2001-10-17 Marcus Brinkmann <marcus@g10code.de>

* gpgme.c (gpgme_set_protocol): Fix last change.
This commit is contained in:
Marcus Brinkmann 2001-10-17 19:13:11 +00:00
parent 9e7db481a6
commit 96a64f6b80
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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: