Rust wrapper: guard a couple unit tests that require sha512

This commit is contained in:
Josh Holtrop
2026-04-28 11:07:57 -04:00
parent 81435c8a01
commit 1e35f94f04
@@ -108,6 +108,7 @@ fn test_sha384_algorithm() {
}
#[test]
#[cfg(sha512)]
fn test_sha512_algorithm() {
common::setup();
@@ -159,6 +160,7 @@ fn test_customized_hash() {
}
#[test]
#[cfg(sha512)]
fn test_customized_hash_with_algorithm_override() {
common::setup();