summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/examples/ex-cert-select-pkcs11.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/examples/ex-cert-select-pkcs11.c b/doc/examples/ex-cert-select-pkcs11.c
index 83c2e64c9f..e8cb21e367 100644
--- a/doc/examples/ex-cert-select-pkcs11.c
+++ b/doc/examples/ex-cert-select-pkcs11.c
@@ -46,11 +46,6 @@ pin_callback (void *user, int attempt, const char *token_url,
{
const char *password;
int len;
-
- /* Note that a PIN callback may be called multiple times during a
- * session. It is expected to cache and return the same PIN for
- * the same token_url, unless flags is set to GNUTLS_PKCS11_PIN_WRONG.
- */
printf ("PIN required for token '%s' with URL '%s'\n", token_label,
token_url);