summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 696b156d5..d89ca41c4 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-add.c,v 1.144 2019/11/12 19:33:08 markus Exp $ */ 1/* $OpenBSD: ssh-add.c,v 1.145 2019/11/14 21:27:30 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -715,6 +715,11 @@ main(int argc, char **argv)
715 goto done; 715 goto done;
716 } 716 }
717 717
718#ifdef ENABLE_SK_INTERNAL
719 if (skprovider == NULL)
720 skprovider = "internal";
721#endif
722
718 argc -= optind; 723 argc -= optind;
719 argv += optind; 724 argv += optind;
720 if (Tflag) { 725 if (Tflag) {