summaryrefslogtreecommitdiff
path: root/src/pkcs11.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-02 12:54:45 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-04-02 12:54:45 +0200
commit46fd8833547d9194e386a16330567b6ed9181997 (patch)
tree047e5e34a5468c161c86ebdfd8a9a616bd2accd8 /src/pkcs11.c
parent25fa52cb2faff59ce80196dd779ff293bad2692c (diff)
downloadgnutls-46fd8833547d9194e386a16330567b6ed9181997.tar.gz
removed unecessary warning
Diffstat (limited to 'src/pkcs11.c')
-rw-r--r--src/pkcs11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkcs11.c b/src/pkcs11.c
index f21a52ce46..195fa816ef 100644
--- a/src/pkcs11.c
+++ b/src/pkcs11.c
@@ -734,8 +734,6 @@ pkcs11_generate(FILE * outfile, const char *url, gnutls_pk_algorithm_t pk,
if (outfile == stderr || outfile == stdout) {
fprintf(stderr, "warning: no --outfile was specified and the generated public key will be printed on screen.\n");
- fprintf(stderr, "note: in some tokens it is impossible to obtain the public key in any other way after generation.\n");
- sleep(3);
}
if (label == NULL && info->batch == 0) {