mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 13:30:50 +02:00
Rust wrapper: guard a couple unit tests that require sha512
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user