ktls_test: specify OpenSSL 1.1 API

Reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Pierre Pronchery 2023-05-11 05:49:44 +02:00 committed by Ed Maste
parent 60793cee27
commit 74192f9b2d

View File

@ -70,6 +70,7 @@ LIBADD.sys_getrandom+= pthread
LIBADD.ptrace_test+= pthread
LIBADD.unix_seqpacket_test+= pthread
LIBADD.kcov+= pthread
CFLAGS.ktls_test+= -DOPENSSL_API_COMPAT=0x10100000L
LIBADD.ktls_test+= crypto util
LIBADD.sendfile_helper+= pthread
LIBADD.fdgrowtable_test+= util pthread kvm procstat