diff options
| author | mmcc <> | 2016-03-10 23:21:46 +0000 |
|---|---|---|
| committer | mmcc <> | 2016-03-10 23:21:46 +0000 |
| commit | 611da161680b9bef86bcb6214e04eede1f25d9c4 (patch) | |
| tree | 9067055f8278a8e3db5078fa2fc11f07437f851b /src/lib/libssl/t1_lib.c | |
| parent | 2179ae29dd51b6a9dda33760f3d2d854ce41558b (diff) | |
| download | openbsd-611da161680b9bef86bcb6214e04eede1f25d9c4.tar.gz openbsd-611da161680b9bef86bcb6214e04eede1f25d9c4.tar.bz2 openbsd-611da161680b9bef86bcb6214e04eede1f25d9c4.zip | |
http -> https for a few more IETF URLs in comments or man pages
Diffstat (limited to '')
| -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); |
