commit | 81080a729af568f7b5fde92b9170cc17065027c9 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Mon Jul 01 22:38:40 2019 -0400 |
committer | Adam Langley <agl@google.com> | Mon Aug 05 15:24:28 2019 +0000 |
tree | a9348eb1468caa7df306a10af797a091b76c4679 | |
parent | 974f4dddfb30540a8aed25d1cf9623ecfb2a1c23 [diff] |
Fix typo in valgrind constant-time annotations. This was causing valgrind to complain its internals were confused. Change-Id: I1ba064b80666d62bd82bef052c66b927764ea078 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/36904 Reviewed-by: Adam Langley <agl@google.com>
diff --git a/crypto/fipsmodule/rsa/rsa_impl.c b/crypto/fipsmodule/rsa/rsa_impl.c index 903ba9a..ab2abe9 100644 --- a/crypto/fipsmodule/rsa/rsa_impl.c +++ b/crypto/fipsmodule/rsa/rsa_impl.c
@@ -554,7 +554,7 @@ if (!ret) { OPENSSL_PUT_ERROR(RSA, RSA_R_PADDING_CHECK_FAILED); } else { - CONSTTIME_DECLASSIFY(out, out_len); + CONSTTIME_DECLASSIFY(out, *out_len); } err: