diff --git a/vlib/crypto/ecdsa/ecdsa_test.v b/vlib/crypto/ecdsa/ecdsa_test.v index 227ebb5771..f2a565704c 100644 --- a/vlib/crypto/ecdsa/ecdsa_test.v +++ b/vlib/crypto/ecdsa/ecdsa_test.v @@ -1,4 +1,4 @@ -// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?) +// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl) module ecdsa fn test_ecdsa() { diff --git a/vlib/crypto/ecdsa/example/ecdsa_seed_test.v b/vlib/crypto/ecdsa/example/ecdsa_seed_test.v index 230fc7da75..122d8e94ee 100644 --- a/vlib/crypto/ecdsa/example/ecdsa_seed_test.v +++ b/vlib/crypto/ecdsa/example/ecdsa_seed_test.v @@ -1,4 +1,4 @@ -// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?) +// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl) import rand import crypto.ecdsa import encoding.hex diff --git a/vlib/crypto/ecdsa/example/ensure_compatibility_with_net_openssl_test.v b/vlib/crypto/ecdsa/example/ensure_compatibility_with_net_openssl_test.v index a9d16309b2..acc470216f 100644 --- a/vlib/crypto/ecdsa/example/ensure_compatibility_with_net_openssl_test.v +++ b/vlib/crypto/ecdsa/example/ensure_compatibility_with_net_openssl_test.v @@ -1,4 +1,4 @@ -// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?) +// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl) import net.openssl import crypto.ecdsa diff --git a/vlib/crypto/ecdsa/util_test.v b/vlib/crypto/ecdsa/util_test.v index f93cd320a1..20a5207d18 100644 --- a/vlib/crypto/ecdsa/util_test.v +++ b/vlib/crypto/ecdsa/util_test.v @@ -1,4 +1,4 @@ -// vtest build: present_openssl? && !(sanitize-memory-clang? || docker-ubuntu-musl?) +// vtest build: present_openssl? && !(sanitize-memory-clang || docker-ubuntu-musl) module ecdsa import encoding.hex