test/crypto.h

branch
dav-2
changeset 879
255a5ef46400
parent 747
efbd59642577
child 889
42cdbf9bbd49
--- a/test/crypto.h	Sun Sep 07 15:36:24 2025 +0200
+++ b/test/crypto.h	Sun Sep 07 15:57:36 2025 +0200
@@ -29,17 +29,17 @@
 #ifndef CRYPTO_H
 #define CRYPTO_H
 
-#include "test.h"
+#include <cx/test.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-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);
+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);
 
 
 #ifdef __cplusplus

mercurial