Skip to content

Commit

Permalink
Fix MSVC warning C4819
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Tim Hudson <[email protected]>
Reviewed-by: Richard Levitte <[email protected]>
(Merged from openssl#7444)
  • Loading branch information
Chocobo1 authored and levitte committed Oct 30, 2018
1 parent 3afd38b commit cf4eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/bn/bn_exp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
* is not only slower but also makes each bit vulnerable to
* EM (and likely other) side-channel attacks like One&Done
* (for details see "One&Done: A Single-Decryption EM-Based
* Attack on OpenSSLs Constant-Time Blinded RSA" by M. Alam,
* Attack on OpenSSL's Constant-Time Blinded RSA" by M. Alam,
* H. Khan, M. Dey, N. Sinha, R. Callan, A. Zajic, and
* M. Prvulovic, in USENIX Security'18)
*/
Expand Down

0 comments on commit cf4eea1

Please sign in to comment.