diff options
author | Marcus Brinkmann <[email protected]> | 2007-09-27 12:17:24 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2007-09-27 12:17:24 +0000 |
commit | 30df62122dc09769e124c8ac0661b16df8a38185 (patch) | |
tree | 26ba69ba8f7b31db0e1d3f576468cb29a2a7d73d /doc/gpgme.texi | |
parent | 2007-09-27 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-30df62122dc09769e124c8ac0661b16df8a38185.tar.gz gpgme-30df62122dc09769e124c8ac0661b16df8a38185.zip |
doc/
2007-09-27 Marcus Brinkmann <[email protected]>
* gpgme.texi (Protocols and Engines): Document GPGME_PROTOCOL_UNKNOWN.
gpgme/
2007-09-27 Marcus Brinkmann <[email protected]>
* gpgme.h (gpgme_protocol_t): Add GPGME_PROTOCOL_UNKNOWN.
* gpgme.c (gpgme_get_protocol_name): Implement support for
GPGME_PROTOCOL_UNKNOWN.
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 4692d263..fe0ade23 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -748,6 +748,12 @@ This specifies the OpenPGP protocol. @item GPGME_PROTOCOL_CMS This specifies the Cryptographic Message Syntax. + +@item GPGME_PROTOCOL_UNKNOWN +Reserved for future extension. You may use this to indicate that the +used protocol is not known to the application. Currently, +@acronym{GPGME} does not accept this value in any operation, though, +except for @code{gpgme_get_protocol_name}. @end table @end deftp |