=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.h,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/openssl/apps.h 2023/06/11 12:35:00 1.33 --- src/usr.bin/openssl/apps.h 2023/06/11 13:02:10 1.34 *************** *** 1,4 **** ! /* $OpenBSD: apps.h,v 1.33 2023/06/11 12:35:00 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: apps.h,v 1.34 2023/06/11 13:02:10 jsg Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 132,142 **** extern CONF *config; extern char *default_config_file; extern BIO *bio_err; - - typedef struct args_st { - char **data; - int count; - } ARGS; #define PW_MIN_LENGTH 4 typedef struct pw_cb_data { --- 132,137 ----