diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2023-12-12 18:37:48 +0100 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2024-01-05 17:12:38 +0100 |
commit | 60446285436da62adef1c0a9b11c3336d82b4d89 (patch) | |
tree | 8e2018fdcfb440717ba806f6e60dcb5c7a3d821b /test/sanitizer_suppressions | |
parent | 08e6aaabef6c569ba634c86d396f0a840002a8d2 (diff) |
crypto, hash: replace custom rotl32 with std::rotl
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r-- | test/sanitizer_suppressions/ubsan | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanitizer_suppressions/ubsan b/test/sanitizer_suppressions/ubsan index f0ee698909..b22caa15a5 100644 --- a/test/sanitizer_suppressions/ubsan +++ b/test/sanitizer_suppressions/ubsan @@ -69,7 +69,6 @@ implicit-signed-integer-truncation:crypto/ implicit-unsigned-integer-truncation:crypto/ shift-base:arith_uint256.cpp shift-base:crypto/ -shift-base:ROTL32 shift-base:streams.h shift-base:FormatHDKeypath shift-base:xoroshiro128plusplus.h |