=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_time.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/openssl/s_time.c 2018/08/28 02:14:22 1.30 --- src/usr.bin/openssl/s_time.c 2018/08/28 14:30:48 1.31 *************** *** 1,4 **** ! /* $OpenBSD: s_time.c,v 1.30 2018/08/28 02:14:22 cheloha Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: s_time.c,v 1.31 2018/08/28 14:30:48 cheloha Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 242,248 **** } } ! s_time_meth = SSLv23_client_method(); verify_depth = 0; --- 242,248 ---- } } ! s_time_meth = TLS_client_method(); verify_depth = 0; *************** *** 435,444 **** ver = SSL_version(scon); if (ver == TLS1_VERSION) ver = 't'; - else if (ver == SSL3_VERSION) - ver = '3'; - else if (ver == SSL2_VERSION) - ver = '2'; else ver = '*'; } --- 435,440 ----