=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/openssl.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/openssl/openssl.c 2015/09/12 19:34:07 1.9 --- src/usr.bin/openssl/openssl.c 2015/09/13 12:41:01 1.10 *************** *** 1,4 **** ! /* $OpenBSD: openssl.c,v 1.9 2015/09/12 19:34:07 lteo Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: openssl.c,v 1.10 2015/09/13 12:41:01 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 405,418 **** SSL_library_init(); SSL_load_error_strings(); ! setup_ui_method(); } static void openssl_shutdown(void) { CONF_modules_unload(1); ! destroy_ui_method(); OBJ_cleanup(); EVP_cleanup(); CRYPTO_cleanup_all_ex_data(); --- 405,418 ---- SSL_library_init(); SSL_load_error_strings(); ! setup_ui(); } static void openssl_shutdown(void) { CONF_modules_unload(1); ! destroy_ui(); OBJ_cleanup(); EVP_cleanup(); CRYPTO_cleanup_all_ex_data();