diff options
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index cfc6036ccf..bb2340a545 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.21 2018/07/13 18:36:56 cheloha Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.22 2019/02/09 06:27:37 inoguchi 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 | * |
@@ -321,4 +321,6 @@ void options_usage(struct option *opts); | |||
321 | int options_parse(int argc, char **argv, struct option *opts, char **unnamed, | 321 | int options_parse(int argc, char **argv, struct option *opts, char **unnamed, |
322 | int *argsused); | 322 | int *argsused); |
323 | 323 | ||
324 | void show_cipher(const OBJ_NAME *name, void *arg); | ||
325 | |||
324 | #endif | 326 | #endif |