summaryrefslogtreecommitdiffstats
path: root/test/ectest.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-19 14:38:17 +0000
committerMatt Caswell <matt@openssl.org>2015-12-19 20:33:00 +0000
commit79caf5d32366df29f3a6f7371df27963d3943eaa (patch)
treea9854e862be2b3f0b7701202dc30b5f124620ec0 /test/ectest.c
parent7a64489f9eb9bf4964de2dc2df248453ee3cc84e (diff)
Fix URLs mangled by reformat
Some URLs in the source code ended up getting mangled by indent. This fixes it. Based on a patch supplied by Arnaud Lacombe <al@aerilon.ca> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ectest.c')
-rw-r--r--test/ectest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ectest.c b/test/ectest.c
index c8893f9f23..c6f1d7e1ff 100644
--- a/test/ectest.c
+++ b/test/ectest.c
@@ -1412,7 +1412,7 @@ struct nistp_test_params {
int degree;
/*
* Qx, Qy and D are taken from
- * http://csrcdocut.gov/groups/ST/toolkit/documents/Examples/ECDSA_Prime.pdf
+ * http://csrc.nist.gov/groups/ST/toolkit/documents/Examples/ECDSA_Prime.pdf
* Otherwise, values are standard curve parameters from FIPS 180-3
*/
const char *p, *a, *b, *Qx, *Qy, *Gx, *Gy, *order, *d;