diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpgme.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7328f381..24b2abed 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-27 Marcus Brinkmann <[email protected]> + + * gpgme.texi (Protocols and Engines): Document GPGME_PROTOCOL_UNKNOWN. + 2007-09-11 Werner Koch <[email protected]> * gpgme.texi (I/O Callback Example): Typo fix. 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 |