diff options
author | jsg <> | 2023-06-11 13:02:10 +0000 |
---|---|---|
committer | jsg <> | 2023-06-11 13:02:10 +0000 |
commit | e823b1655147ecdfc3662b823286cabd808805e0 (patch) | |
tree | cd8f397040872ad8925fcbfffcc4859586b32ddc /src/usr.bin/openssl/apps.h | |
parent | 95b8b423d8bdbc3fa364e80ea0fa4bac2e4d750a (diff) | |
download | openbsd-e823b1655147ecdfc3662b823286cabd808805e0.tar.gz openbsd-e823b1655147ecdfc3662b823286cabd808805e0.tar.bz2 openbsd-e823b1655147ecdfc3662b823286cabd808805e0.zip |
remove unused args_st struct
ok tb@
Diffstat (limited to 'src/usr.bin/openssl/apps.h')
-rw-r--r-- | src/usr.bin/openssl/apps.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/apps.h b/src/usr.bin/openssl/apps.h index addc6b031f..8556dc14bb 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.33 2023/06/11 12:35:00 jsg Exp $ */ | 1 | /* $OpenBSD: apps.h,v 1.34 2023/06/11 13:02:10 jsg 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 | * |
@@ -133,11 +133,6 @@ extern CONF *config; | |||
133 | extern char *default_config_file; | 133 | extern char *default_config_file; |
134 | extern BIO *bio_err; | 134 | extern BIO *bio_err; |
135 | 135 | ||
136 | typedef struct args_st { | ||
137 | char **data; | ||
138 | int count; | ||
139 | } ARGS; | ||
140 | |||
141 | #define PW_MIN_LENGTH 4 | 136 | #define PW_MIN_LENGTH 4 |
142 | typedef struct pw_cb_data { | 137 | typedef struct pw_cb_data { |
143 | const void *password; | 138 | const void *password; |