Fix typo in comment.

Change-Id: I0effe99d244c4ccdbb0e34db6e01a59c9463cb15
Reviewed-on: https://boringssl-review.googlesource.com/7572
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
David Benjamin 2016-03-27 10:34:01 -04:00
parent baca950e8e
commit 2aca226412

View File

@ -736,7 +736,7 @@ static bool TestOnlyDGiven() {
return false;
}
// Keys without the private exponent must continue to work when blinding is
// Keys without the public exponent must continue to work when blinding is
// disabled to support Java's RSAPrivateKeySpec API. See
// https://bugs.chromium.org/p/boringssl/issues/detail?id=12.
ScopedRSA key2(RSA_new());