diff options
Diffstat (limited to 'src/lib/libssl/t1_lib.c')
-rw-r--r-- | src/lib/libssl/t1_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index f3522a02be..7855313914 100644 --- a/src/lib/libssl/t1_lib.c +++ b/src/lib/libssl/t1_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t1_lib.c,v 1.85 2015/09/12 16:10:08 doug Exp $ */ | 1 | /* $OpenBSD: t1_lib.c,v 1.86 2016/03/10 23:21:46 mmcc 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 | * |
@@ -774,7 +774,7 @@ ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) | |||
774 | 774 | ||
775 | /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for | 775 | /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for |
776 | * elliptic_curve_list, but the examples use two bytes. | 776 | * elliptic_curve_list, but the examples use two bytes. |
777 | * http://www1.ietf.org/mail-archive/web/tls/current/msg00538.html | 777 | * https://www1.ietf.org/mail-archive/web/tls/current/msg00538.html |
778 | * resolves this to two bytes. | 778 | * resolves this to two bytes. |
779 | */ | 779 | */ |
780 | s2n(curveslen * 2, ret); | 780 | s2n(curveslen * 2, ret); |