diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-07 10:33:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-07 10:37:44 +0200 |
commit | 531bac41a0ee19158f0722937d0c9efafbc3bb14 (patch) | |
tree | c768f0c17ae335479b628d0c644742da63fb0f44 /doc/cha-tokens.texi | |
parent | 5afff3b04637ee2d0fa29bf783428e7fc43ea722 (diff) | |
download | gnutls-531bac41a0ee19158f0722937d0c9efafbc3bb14.tar.gz |
Added functions to export structures in an allocated buffer.
Diffstat (limited to 'doc/cha-tokens.texi')
-rw-r--r-- | doc/cha-tokens.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi index 936cf6dd3c..b290ff52c7 100644 --- a/doc/cha-tokens.texi +++ b/doc/cha-tokens.texi @@ -71,7 +71,7 @@ sequence. @showfuncC{gnutls_pubkey_import_url,gnutls_pubkey_import_privkey,gnutls_pubkey_import} -@showfuncdesc{gnutls_pubkey_export} +@showfuncB{gnutls_pubkey_export,gnutls_pubkey_export2} An important function is @funcref{gnutls_pubkey_import_url} which will import public keys from URLs that identify objects stored in tokens (see @ref{Smart cards and HSMs} and @ref{Trusted Platform Module}). |