=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/s_cb.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/openssl/s_cb.c 2018/04/25 07:12:33 1.10 --- src/usr.bin/openssl/s_cb.c 2018/11/06 05:45:50 1.11 *************** *** 1,4 **** ! /* $OpenBSD: s_cb.c,v 1.10 2018/04/25 07:12:33 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * --- 1,4 ---- ! /* $OpenBSD: s_cb.c,v 1.11 2018/11/06 05:45:50 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * *************** *** 700,707 **** extname = "cert type"; break; ! case TLSEXT_TYPE_elliptic_curves: ! extname = "elliptic curves"; break; case TLSEXT_TYPE_ec_point_formats: --- 700,707 ---- extname = "cert type"; break; ! case TLSEXT_TYPE_supported_groups: ! extname = "supported groups"; break; case TLSEXT_TYPE_ec_point_formats: