diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2025-08-21 16:18:30 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2025-08-21 16:28:02 +0000 |
| commit | 439685ee69e4fc066df5c54f802248d8e3805605 (patch) | |
| tree | 873462d4e9ccbfd96b94599b33b3a2f8f23362aa /secure/lib/libssl | |
| parent | 61288a5785115ea15556f60bd04d9026f47eb43a (diff) | |
Diffstat (limited to 'secure/lib/libssl')
| -rw-r--r-- | secure/lib/libssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 45f23c9e9ca2..682c7bbc2693 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -73,6 +73,8 @@ SRCS+= rio_notifier.c poll_builder.c .if ${MK_OPENSSL_KTLS} == "no" CFLAGS+=-DOPENSSL_NO_KTLS +.else +SRCS+= ktls_meth.c .endif LIBADD= crypto |
