diff options
author | 2016-03-07 19:33:26 +0000 | |
---|---|---|
committer | 2016-03-07 19:33:26 +0000 | |
commit | 6dc7f6f317ceed01b69b8fcb522ebd70c63d740b (patch) | |
tree | 75682f7cfdb375577fc43ec6b147353d2254f2c1 /lib/libssl/src | |
parent | Use the full idiom for error checking with strtoul(3), as (diff) | |
download | wireguard-openbsd-6dc7f6f317ceed01b69b8fcb522ebd70c63d740b.tar.xz wireguard-openbsd-6dc7f6f317ceed01b69b8fcb522ebd70c63d740b.zip |
http -> https for IETF/IANA URLs in comments
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/ssl/tls1.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/src/ssl/tls1.h b/lib/libssl/src/ssl/tls1.h index 082a4396ba2..e564ec23e9a 100644 --- a/lib/libssl/src/ssl/tls1.h +++ b/lib/libssl/src/ssl/tls1.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tls1.h,v 1.26 2015/06/17 14:30:39 jsing Exp $ */ +/* $OpenBSD: tls1.h,v 1.27 2016/03/07 19:33:26 mmcc Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -180,7 +180,7 @@ extern "C" { /* * TLS Alert codes. * - * http://www.iana.org/assignments/tls-parameters/#tls-parameters-6 + * https://www.iana.org/assignments/tls-parameters/#tls-parameters-6 */ #define TLS1_AD_DECRYPTION_FAILED 21 @@ -209,7 +209,7 @@ extern "C" { /* * TLS ExtensionType values. * - * http://www.iana.org/assignments/tls-extensiontype-values/ + * https://www.iana.org/assignments/tls-extensiontype-values/ */ /* ExtensionType values from RFC 3546, RFC 4366 and RFC 6066. */ @@ -251,7 +251,7 @@ extern "C" { /* ExtensionType value for TLS padding extension. * (TEMPORARY - registered 2014-03-12, expires 2015-03-12) - * http://tools.ietf.org/html/draft-agl-tls-padding-03 + * https://tools.ietf.org/html/draft-agl-tls-padding-03 */ #define TLSEXT_TYPE_padding 21 |