summaryrefslogtreecommitdiff
path: root/doc/cha-tokens.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-31 23:11:19 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-31 23:11:19 +0100
commit0d642b4dfc0d13c51fb7c38f59f6a85be40f262e (patch)
treef455dd0e2973bcccd11d9ae3dd23627d58cd5bf5 /doc/cha-tokens.texi
parent9a63fb82cf0a43139c373f1c97ba809d0f6631e4 (diff)
downloadgnutls-0d642b4dfc0d13c51fb7c38f59f6a85be40f262e.tar.gz
doc updates
Diffstat (limited to 'doc/cha-tokens.texi')
-rw-r--r--doc/cha-tokens.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-tokens.texi b/doc/cha-tokens.texi
index e6d3fe4c62..34184eeb6e 100644
--- a/doc/cha-tokens.texi
+++ b/doc/cha-tokens.texi
@@ -25,7 +25,7 @@ preventing their extraction.
Since there are many forms of a public or private keys supported by @acronym{GnuTLS} such as
@acronym{X.509}, @acronym{OpenPGP}, @acronym{PKCS} #11 or TPM it is desirable to allow common operations
on them. For these reasons the abstract @code{gnutls_privkey_t} and @code{gnutls_pubkey_t} were
-introduced in @code{gnutls/abstract.h} header. Those types are initialized using a specific type of
+introduced in @code{gnutls/@-abstract.h} header. Those types are initialized using a specific type of
key and then can be used to perform operations in an abstract way. For example in order
to sign an X.509 certificate with a key that resides in a token the following steps must be
used.