blob: 219dee0c063912efe64ec54747264d997ef5eb57 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/tss2-tcti/tctildr-nodl.c.orig 2025-02-22 22:43:21 UTC
+++ src/tss2-tcti/tctildr-nodl.c
@@ -67,7 +67,7 @@ struct {
.init = Tss2_Tcti_Tbs_Init,
.description = "Access to TBS",
},
-#elif defined (__VXWORKS__)
+#elif defined (__VXWORKS__) || defined(__FreeBSD__)
{
.names = {
"libtss2-tcti-device.so.0",
|