diff options
author | mmcc <> | 2016-03-10 23:21:46 +0000 |
---|---|---|
committer | mmcc <> | 2016-03-10 23:21:46 +0000 |
commit | e11a59757e997c4effb65f1ad3aa27df9dff42f5 (patch) | |
tree | 9067055f8278a8e3db5078fa2fc11f07437f851b /src/lib/libcrypto | |
parent | f8bf93d18b54d6b7997aedeaa55d8dcb227ce8c3 (diff) | |
download | openbsd-e11a59757e997c4effb65f1ad3aa27df9dff42f5.tar.gz openbsd-e11a59757e997c4effb65f1ad3aa27df9dff42f5.tar.bz2 openbsd-e11a59757e997c4effb65f1ad3aa27df9dff42f5.zip |
http -> https for a few more IETF URLs in comments or man pages
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/ec/ec_curve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 9278e5593b..f852ccaee3 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.12 2015/06/20 13:26:08 jsing Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.13 2016/03/10 23:21:46 mmcc Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -2209,7 +2209,7 @@ static const struct { | |||
2209 | 2209 | ||
2210 | /* These curves were added by Annie Yousar <a.yousar@informatik.hu-berlin.de> | 2210 | /* These curves were added by Annie Yousar <a.yousar@informatik.hu-berlin.de> |
2211 | * For the definition of RFC 5639 curves see | 2211 | * For the definition of RFC 5639 curves see |
2212 | * http://www.ietf.org/rfc/rfc5639.txt | 2212 | * https://www.ietf.org/rfc/rfc5639.txt |
2213 | * These curves are generated verifiable at random, nevertheless the seed is | 2213 | * These curves are generated verifiable at random, nevertheless the seed is |
2214 | * omitted as parameter because the generation mechanism is different from | 2214 | * omitted as parameter because the generation mechanism is different from |
2215 | * those defined in ANSI X9.62. | 2215 | * those defined in ANSI X9.62. |