Skip to content

Commit

Permalink
Fix CUDA path copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Oct 31, 2024
1 parent 5272f79 commit 656f4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/crypt/hash/detail/sha3_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ BOOST_CRYPT_GPU_ENABLED constexpr auto sha3_base<digest_size, is_xof>::get_diges

#else

if (!utility::is_null(buffer))
if (!utility::is_null(return_buffer))
{
auto* data {reinterpret_cast<const unsigned char*>(return_buffer)};
return xof_digest_impl(data, len);
Expand Down

0 comments on commit 656f4ea

Please sign in to comment.