diff options
author | 2016-03-10 23:21:46 +0000 | |
---|---|---|
committer | 2016-03-10 23:21:46 +0000 | |
commit | f5358797891f039577acc2af025dd8c61dc6a04c (patch) | |
tree | 8da9af0ab99f2ed7e1362f7748b894822f463785 /lib/libssl/t1_lib.c | |
parent | don't check stack-allocated arrays against NULL (diff) | |
download | wireguard-openbsd-f5358797891f039577acc2af025dd8c61dc6a04c.tar.xz wireguard-openbsd-f5358797891f039577acc2af025dd8c61dc6a04c.zip |
http -> https for a few more IETF URLs in comments or man pages
Diffstat (limited to 'lib/libssl/t1_lib.c')
-rw-r--r-- | lib/libssl/t1_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/t1_lib.c b/lib/libssl/t1_lib.c index f3522a02bec..78553139141 100644 --- a/lib/libssl/t1_lib.c +++ b/lib/libssl/t1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_lib.c,v 1.85 2015/09/12 16:10:08 doug Exp $ */ +/* $OpenBSD: t1_lib.c,v 1.86 2016/03/10 23:21:46 mmcc Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -774,7 +774,7 @@ ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for * elliptic_curve_list, but the examples use two bytes. - * http://www1.ietf.org/mail-archive/web/tls/current/msg00538.html + * https://www1.ietf.org/mail-archive/web/tls/current/msg00538.html * resolves this to two bytes. */ s2n(curveslen * 2, ret); |