=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.h,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/openssl/apps.h 2018/07/13 18:36:56 1.21 --- src/usr.bin/openssl/apps.h 2019/02/09 06:27:37 1.22 *************** *** 1,4 **** ! /* $OpenBSD: apps.h,v 1.21 2018/07/13 18:36:56 cheloha Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: apps.h,v 1.22 2019/02/09 06:27:37 inoguchi Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 320,324 **** --- 320,326 ---- void options_usage(struct option *opts); int options_parse(int argc, char **argv, struct option *opts, char **unnamed, int *argsused); + + void show_cipher(const OBJ_NAME *name, void *arg); #endif