Fix URLs mangled by reformat
authorMatt Caswell <matt@openssl.org>
Sat, 19 Dec 2015 14:38:17 +0000 (14:38 +0000)
committerMatt Caswell <matt@openssl.org>
Sat, 19 Dec 2015 20:33:00 +0000 (20:33 +0000)
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>
crypto/bn/bn_exp.c
crypto/camellia/camellia.c
test/ectest.c

index e252593594ff1f7104a7211767ba4eef3ec2f75b..e0db6c7cf37a7ba86bd816eaf5a1e157e5b9a733 100644 (file)
@@ -650,7 +650,7 @@ static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top,
  * precomputation memory layout to limit data-dependency to a minimum to
  * protect secret exponents (cf. the hyper-threading timing attacks pointed
  * out by Colin Percival,
- * http://www.daemong-consideredperthreading-considered-harmful/)
+ * http://www.daemonology.net/hyperthreading-considered-harmful/)
  */
 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
                               const BIGNUM *m, BN_CTX *ctx,
index cfbe9c6deb8a2845e39b92103ce232ae8236a1e4..5d0a3ceda0e158fafdcb9d6a5fb304dda95a2198 100644 (file)
@@ -67,7 +67,7 @@
 
 /*
  * Algorithm Specification
- * http://info.isl.llia/specicrypt/eng/camellia/specifications.html
+ * http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
  */
 
 /*
index c8893f9f2322bda2264b8bdc0e4fd743a231ee95..c6f1d7e1ff3519348cf78188b770c5603a4531ce 100644 (file)
@@ -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;