diff options
-rw-r--r-- | ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c index 992491f15..5d0787728 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-keygen.c,v 1.326 2019/01/23 04:51:02 djm Exp $ */ | 1 | /* $OpenBSD: ssh-keygen.c,v 1.327 2019/02/10 16:35:41 benno Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -769,7 +769,7 @@ do_download(struct passwd *pw) | |||
769 | fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; | 769 | fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; |
770 | rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; | 770 | rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; |
771 | 771 | ||
772 | pkcs11_init(0); | 772 | pkcs11_init(1); |
773 | nkeys = pkcs11_add_provider(pkcs11provider, NULL, &keys); | 773 | nkeys = pkcs11_add_provider(pkcs11provider, NULL, &keys); |
774 | if (nkeys <= 0) | 774 | if (nkeys <= 0) |
775 | fatal("cannot read public key from pkcs11"); | 775 | fatal("cannot read public key from pkcs11"); |