test/crypto.h

branch
dav-2
changeset 889
42cdbf9bbd49
parent 879
255a5ef46400
--- a/test/crypto.h	Tue Oct 14 21:02:26 2025 +0200
+++ b/test/crypto.h	Sat Nov 08 23:06:11 2025 +0100
@@ -29,17 +29,17 @@
 #ifndef CRYPTO_H
 #define CRYPTO_H
 
-#include <cx/test.h>
+#include "test.h"
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-CX_TEST(test_util_decrypt_str_k);
-CX_TEST(test_util_encrypt_str_k);
-CX_TEST(test_crypto_buffer);
-CX_TEST(test_crypto_stream);
-CX_TEST(test_dav_pw2key);
+UCX_TEST(test_util_decrypt_str_k);
+UCX_TEST(test_util_encrypt_str_k);
+UCX_TEST(test_crypto_buffer);
+UCX_TEST(test_crypto_stream);
+UCX_TEST(test_dav_pw2key);
 
 
 #ifdef __cplusplus

mercurial