Fix AES-XTS test declarations to use TEST_DECL instead of TEST_CASE

Co-Authored-By: sean@wolfssl.com <sean@wolfssl.com>
This commit is contained in:
Devin AI
2025-03-17 01:48:53 +00:00
parent 41e8a9d974
commit b481ea57d0

View File

@@ -1,4 +1,12 @@
/* api.c API unit tests /* api.c API unit tests
#ifdef WOLFSSL_AES_XTS
TEST_DECL(test_wc_AesXtsSetKey),
TEST_DECL(test_wc_AesXtsEncryptDecrypt),
TEST_DECL(test_wc_AesXtsSectorEncryptDecrypt),
#ifdef WOLFSSL_AESXTS_STREAM
TEST_DECL(test_wc_AesXtsStreamEncryptDecrypt),
#endif
#endif
* *
* Copyright (C) 2006-2025 wolfSSL Inc. * Copyright (C) 2006-2025 wolfSSL Inc.
* *