summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-07-11 12:05:56 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-07-11 12:05:56 +0200
commite644e2ac421ae3908f7da82b7624532aa8f7500a (patch)
treec188bcb3b68b6ce205bbdd25b5a98628167271ff
parent670a86cb1e68a9e4c83fbc9ad2471f2fee312a25 (diff)
downloadgnutls-e644e2ac421ae3908f7da82b7624532aa8f7500a.tar.gz
pkcs11: mention the version GNUTLS_PKCS11_TOKEN_MODNAME is available from
-rw-r--r--lib/includes/gnutls/pkcs11.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index 4a6474aa81..fd9aa452fe 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -305,7 +305,7 @@ int gnutls_pkcs11_obj_set_info(gnutls_pkcs11_obj_t crt,
* @GNUTLS_PKCS11_TOKEN_SERIAL: The token's serial number (string)
* @GNUTLS_PKCS11_TOKEN_MANUFACTURER: The token's manufacturer (string)
* @GNUTLS_PKCS11_TOKEN_MODEL: The token's model (string)
- * @GNUTLS_PKCS11_TOKEN_MODNAME: The token's module name (string)
+ * @GNUTLS_PKCS11_TOKEN_MODNAME: The token's module name (string - since 3.4.3)
*
* Enumeration of types for retrieving token information.
*/