From d5d26d75247d4fcc269cd0494cb85c7e62618c89 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 12 Mar 2025 00:54:35 +0100 Subject: Move aegis out of stupidgcm --- tests/matrix/matrix_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/matrix/matrix_test.go') diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 625a423..0476764 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -24,6 +24,7 @@ import ( "golang.org/x/sys/unix" + "github.com/aegis-aead/go-libaegis/common" "github.com/rfjakob/gocryptfs/v2/internal/stupidgcm" "github.com/rfjakob/gocryptfs/v2/tests/test_helpers" ) @@ -79,7 +80,7 @@ var matrixAegisAdditions = []testcaseMatrix{ // This is the entry point for the tests func TestMain(m *testing.M) { - if !stupidgcm.BuiltWithoutAegis { + if !common.Available { matrix = append(matrix, matrixAegisAdditions...) } -- cgit v1.2.3