From aebebac432341f33d95f805ca2708fca1636e5fc Mon Sep 17 00:00:00 2001 From: Doug Engert Date: Fri, 11 Jun 2021 05:28:07 -0500 Subject: [PATCH] p11test: Use OPTIONAL_OPENSSL_CFLAGS Needed if building with OpenSSL in non stanard location. Changes to be committed: modified: src/tests/p11test/Makefile.am --- src/tests/p11test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/p11test/Makefile.am b/src/tests/p11test/Makefile.am index abc2d5a1..010d710b 100644 --- a/src/tests/p11test/Makefile.am +++ b/src/tests/p11test/Makefile.am @@ -31,7 +31,7 @@ p11test_SOURCES = p11test.c p11test_loader.c \ p11test_case_pss_oaep.c \ p11test_case_interface.c \ p11test_helpers.c -p11test_CFLAGS = $(CMOCKA_CFLAGS) +p11test_CFLAGS = $(OPTIONAL_OPENSSL_CFLAGS) $(CMOCKA_CFLAGS) p11test_LDADD = $(OPTIONAL_OPENSSL_LIBS) $(CMOCKA_LIBS) if WIN32