diff options
author | inoguchi <> | 2019-02-09 06:27:37 +0000 |
---|---|---|
committer | inoguchi <> | 2019-02-09 06:27:37 +0000 |
commit | 7a09aa52502e5c4598eda224db8dd8e132773449 (patch) | |
tree | 7a94d4b4e8a2db52f97ea7f9170c41a40ffacb17 /src/usr.bin/openssl/apps.h | |
parent | 6126567f386c34c6cff5dc95e8e5072c34ba7b00 (diff) | |
download | openbsd-7a09aa52502e5c4598eda224db8dd8e132773449.tar.gz openbsd-7a09aa52502e5c4598eda224db8dd8e132773449.tar.bz2 openbsd-7a09aa52502e5c4598eda224db8dd8e132773449.zip |
Summarize the 4 same name functions and move it to apps.c
ok tb@ jsing@
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 |