=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/apps.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/openssl/apps.h 2015/09/11 14:30:23 1.15 --- src/usr.bin/openssl/apps.h 2015/09/13 12:41:01 1.16 *************** *** 1,4 **** ! /* $OpenBSD: apps.h,v 1.15 2015/09/11 14:30:23 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: apps.h,v 1.16 2015/09/13 12:41:01 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 120,125 **** --- 120,126 ---- #include #include #include + #include #ifndef OPENSSL_NO_OCSP #include *************** *** 142,149 **** int password_callback(char *buf, int bufsiz, int verify, void *cb_data); ! int setup_ui_method(void); ! void destroy_ui_method(void); int should_retry(int i); int args_from_file(char *file, int *argc, char **argv[]); --- 143,156 ---- int password_callback(char *buf, int bufsiz, int verify, void *cb_data); ! int setup_ui(void); ! void destroy_ui(void); ! ! extern UI_METHOD *ui_method; ! int ui_open(UI *ui); ! int ui_read(UI *ui, UI_STRING *uis); ! int ui_write(UI *ui, UI_STRING *uis); ! int ui_close(UI *ui); int should_retry(int i); int args_from_file(char *file, int *argc, char **argv[]);