=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/openssl/apps.c 2014/12/28 16:33:34 1.21 +++ src/usr.bin/openssl/apps.c 2014/12/28 16:51:31 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.c,v 1.21 2014/12/28 16:33:34 jsing Exp $ */ +/* $OpenBSD: apps.c,v 1.22 2014/12/28 16:51:31 jsing Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -2292,7 +2292,7 @@ break; } opt = &opts[j]; - if (opts->name == NULL && opts->type == 0) + if (opt->name == NULL && opt->type == 0) goto unknown; if (opt->type == OPTION_ARG ||