From e74a6aed1bf04d9abad57a0c71a964047145d4d5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 26 Feb 2019 15:42:01 +0100 Subject: pkcs11: clarify GNUTLS_PKCS11_TOKEN_MODNAME presence [ci skip] Resolves: #633 Signed-off-by: Nikos Mavrogiannopoulos --- lib/includes/gnutls/pkcs11.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h index 3a442c8284..9541ee333f 100644 --- a/lib/includes/gnutls/pkcs11.h +++ b/lib/includes/gnutls/pkcs11.h @@ -324,7 +324,8 @@ int gnutls_pkcs11_obj_set_info(gnutls_pkcs11_obj_t obj, * @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 - since 3.4.3) + * @GNUTLS_PKCS11_TOKEN_MODNAME: The token's module name (string - since 3.4.3). This value is + * unavailable for providers which were manually loaded. * * Enumeration of types for retrieving token information. */ -- cgit v1.2.1