p11test: Use OPTIONAL_OPENSSL_CFLAGS

Needed if building with OpenSSL in non stanard location.

 Changes to be committed:
	modified:   src/tests/p11test/Makefile.am
This commit is contained in:
Doug Engert 2021-06-11 05:28:07 -05:00
parent c42792c216
commit aebebac432
1 changed files with 1 additions and 1 deletions

View File

@ -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