diff options
-rw-r--r-- | src/usr.bin/openssl/s_cb.c | 6 |
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: |