Skip to content

Commit d0f4c6e

Browse files
author
Gleb Pomykalov
committed
Ignore ALG_SET_AEAD_* constants on MUSL tests
1 parent d6fe4f5 commit d0f4c6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc-test/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,8 @@ fn do_ctest() {
630630
| "RENAME_NOREPLACE"
631631
| "RENAME_EXCHANGE"
632632
| "RENAME_WHITEOUT"
633+
| "ALG_SET_AEAD_ASSOCLEN"
634+
| "ALG_SET_AEAD_AUTHSIZE"
633635
if musl =>
634636
{
635637
true

0 commit comments

Comments
 (0)