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