upstream: missing break in getopt switch; spotted by Sebastian Kinne

OpenBSD-Commit-ID: f002dbf14dba5586e8407e90f0141148ade8e8fc
This commit is contained in:
djm@openbsd.org 2019-11-18 01:59:48 +00:00 committed by Damien Miller
parent 9a1225e8ca
commit 103c51fd5f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ssh-keygen.c,v 1.364 2019/11/14 21:27:30 djm Exp $ */
/* $OpenBSD: ssh-keygen.c,v 1.365 2019/11/18 01:59:48 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1994 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -2994,6 +2994,7 @@ main(int argc, char **argv)
break;
case 'Y':
sign_op = optarg;
break;
case 'w':
sk_provider = optarg;
break;