summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
-rw-r--r--src/usr.bin/openssl/apps.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h
index bb2340a545..48e5ba3adb 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.22 2019/02/09 06:27:37 inoguchi Exp $ */ 1/* $OpenBSD: apps.h,v 1.23 2019/07/14 03:30:45 guenther 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 *
@@ -317,9 +317,9 @@ struct option {
317 const int value; 317 const int value;
318}; 318};
319 319
320void options_usage(struct option *opts); 320void options_usage(const struct option *opts);
321int options_parse(int argc, char **argv, struct option *opts, char **unnamed, 321int options_parse(int argc, char **argv, const struct option *opts,
322 int *argsused); 322 char **unnamed, int *argsused);
323 323
324void show_cipher(const OBJ_NAME *name, void *arg); 324void show_cipher(const OBJ_NAME *name, void *arg);
325 325