=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/enc.c,v retrieving revision 1.18 retrieving revision 1.19 diff -c -r1.18 -r1.19 *** src/usr.bin/openssl/enc.c 2019/02/09 15:49:21 1.18 --- src/usr.bin/openssl/enc.c 2019/04/01 16:05:14 1.19 *************** *** 1,4 **** ! /* $OpenBSD: enc.c,v 1.18 2019/02/09 15:49:21 inoguchi Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: enc.c,v 1.19 2019/04/01 16:05:14 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 180,186 **** .name = "iter", .argname = "iterations", .desc = "Specify iteration count and force use of PBKDF2", ! .type = OPTION_VALUE, .opt.value = &enc_config.iter, }, { --- 180,186 ---- .name = "iter", .argname = "iterations", .desc = "Specify iteration count and force use of PBKDF2", ! .type = OPTION_ARG_INT, .opt.value = &enc_config.iter, }, {