Commit 79caf5d3 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
parent 7a64489f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+1 −1
Original line number Diff line number Diff line
@@ -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
 */

/*
+1 −1
Original line number Diff line number Diff line
@@ -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;