summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2018-11-06 05:45:50 +0000
committerjsing <>2018-11-06 05:45:50 +0000
commit8f41a800a668b426c53024ff8a97e96e0b98f285 (patch)
tree7913d0413baddd6fb9e07ec1969e952a5d94f1fa /src
parent867159d65fef4b69f0c1db95cd59203533512e04 (diff)
downloadopenbsd-8f41a800a668b426c53024ff8a97e96e0b98f285.tar.gz
openbsd-8f41a800a668b426c53024ff8a97e96e0b98f285.tar.bz2
openbsd-8f41a800a668b426c53024ff8a97e96e0b98f285.zip
Unbreak following elliptic curves to supported groups rename.
Reported by Katherine <luigi30 at gmail dot com> on tech@
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/s_cb.c6
1 files changed, 3 insertions, 3 deletions
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 @@
1/* $OpenBSD: s_cb.c,v 1.10 2018/04/25 07:12:33 tb Exp $ */ 1/* $OpenBSD: s_cb.c,v 1.11 2018/11/06 05:45:50 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -700,8 +700,8 @@ tlsext_cb(SSL * s, int client_server, int type, unsigned char *data, int len,
700 extname = "cert type"; 700 extname = "cert type";
701 break; 701 break;
702 702
703 case TLSEXT_TYPE_elliptic_curves: 703 case TLSEXT_TYPE_supported_groups:
704 extname = "elliptic curves"; 704 extname = "supported groups";
705 break; 705 break;
706 706
707 case TLSEXT_TYPE_ec_point_formats: 707 case TLSEXT_TYPE_ec_point_formats: