From 8f41a800a668b426c53024ff8a97e96e0b98f285 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Tue, 6 Nov 2018 05:45:50 +0000 Subject: Unbreak following elliptic curves to supported groups rename. Reported by Katherine on tech@ --- src/usr.bin/openssl/s_cb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/usr.bin/openssl/s_cb.c b/src/usr.bin/openssl/s_cb.c index 835e99551b..ec25515bf2 100644 --- a/src/usr.bin/openssl/s_cb.c +++ b/src/usr.bin/openssl/s_cb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: s_cb.c,v 1.10 2018/04/25 07:12:33 tb Exp $ */ +/* $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,8 +700,8 @@ tlsext_cb(SSL * s, int client_server, int type, unsigned char *data, int len, extname = "cert type"; break; - case TLSEXT_TYPE_elliptic_curves: - extname = "elliptic curves"; + case TLSEXT_TYPE_supported_groups: + extname = "supported groups"; break; case TLSEXT_TYPE_ec_point_formats: -- cgit v1.2.3-55-g6feb