summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/usr.bin/openssl/apps.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h
index b069d2d29b..c448e85d87 100644
--- a/src/usr.bin/openssl/apps.h
+++ b/src/usr.bin/openssl/apps.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: apps.h,v 1.10 2014/12/28 14:21:42 jsing Exp $ */ 1/* $OpenBSD: apps.h,v 1.11 2014/12/28 15:48:52 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -305,6 +305,7 @@ struct option {
305}; 305};
306 306
307void options_usage(struct option *opts); 307void options_usage(struct option *opts);
308int options_parse(int argc, char **argv, struct option *opts, char **unnamed); 308int options_parse(int argc, char **argv, struct option *opts, char **unnamed,
309 int *argsused);
309 310
310#endif 311#endif