Skip to content

Commit

Permalink
ktls_test: specify OpenSSL 1.1 API
Browse files Browse the repository at this point in the history
Reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
khorben authored and emaste committed May 11, 2023
1 parent 60793ce commit 74192f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sys/kern/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74192f9

Please sign in to comment.