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 14:43:43 +0000 (14:43 +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
crypto/ec/ectest.c

index 98db765f3829af0a5c1bb7fd4dfaaecd7b1fc66f..6d30d1e0fff56e4e90238feb2ecc75328a7357db 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 05887a9e6ed1c791c7d49dc0e868f140cbbc13fa..719fa61cf627f227f8ea65bac4ca0d22365e9451 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 fede530bc1391b75a95c98f4d37352f56ee07c58..efab0b07b1d2aca05724889b491b29694807873d 100644 (file)
@@ -1591,7 +1591,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;