artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd043e
)
Fix subtle typo.
author
jsing
<jsing@openbsd.org>
Sun, 28 Dec 2014 16:51:31 +0000
(16:51 +0000)
committer
jsing
<jsing@openbsd.org>
Sun, 28 Dec 2014 16:51:31 +0000
(16:51 +0000)
usr.bin/openssl/apps.c
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/apps.c
b/usr.bin/openssl/apps.c
index
1a52e76
..
d3c3194
100644
(file)
--- a/
usr.bin/openssl/apps.c
+++ b/
usr.bin/openssl/apps.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apps.c,v 1.2
1 2014/12/28 16:33:34
jsing Exp $ */
+/* $OpenBSD: apps.c,v 1.2
2 2014/12/28 16:51:31
jsing Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
@@
-2292,7
+2292,7
@@
options_parse(int argc, char **argv, struct option *opts, char **unnamed,
break;
}
opt = &opts[j];
- if (opt
s->name == NULL && opts
->type == 0)
+ if (opt
->name == NULL && opt
->type == 0)
goto unknown;
if (opt->type == OPTION_ARG ||