diff options
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; |
