diff options
-rw-r--r-- | lib/pkcs11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11.c b/lib/pkcs11.c index 57162b3efb..8916624807 100644 --- a/lib/pkcs11.c +++ b/lib/pkcs11.c @@ -287,7 +287,7 @@ int _gnutls_pkcs11_check_init(void) /** * gnutls_pkcs11_add_provider: * @name: The filename of the module - * @params: should be NULL + * @params: should be NULL or a known string (see description) * * This function will load and add a PKCS 11 module to the module * list used in gnutls. After this function is called the module will |