artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c105f87
)
Add support for OPTION_DISCARD.
author
doug
<doug@openbsd.org>
Tue, 16 Jun 2015 02:27:24 +0000
(
02:27
+0000)
committer
doug
<doug@openbsd.org>
Tue, 16 Jun 2015 02:27:24 +0000
(
02:27
+0000)
ok jsing@
usr.bin/openssl/apps.c
patch
|
blob
|
history
diff --git
a/usr.bin/openssl/apps.c
b/usr.bin/openssl/apps.c
index
8cef15f
..
54a3fee
100644
(file)
--- a/
usr.bin/openssl/apps.c
+++ b/
usr.bin/openssl/apps.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apps.c,v 1.2
5 2015/02/07 04:09:43 bcook
Exp $ */
+/* $OpenBSD: apps.c,v 1.2
6 2015/06/16 02:27:24 doug
Exp $ */
/*
* Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
*
@@
-2344,6
+2344,9
@@
options_parse(int argc, char **argv, struct option *opts, char **unnamed,
*opt->opt.value = (int)val;
break;
+ case OPTION_DISCARD:
+ break;
+
case OPTION_FUNC:
if (opt->opt.func() != 0)
return (1);