summaryrefslogtreecommitdiffstats
path: root/fips/fips_canister.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/fips_canister.c')
-rw-r--r--fips/fips_canister.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fips/fips_canister.c b/fips/fips_canister.c
index 174466189b..4b0a9e814b 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -174,6 +174,8 @@ void *FIPS_ref_point()
# else
return (void *)FIPS_ref_point;
# endif
+#elif defined(__vxworks)
+ return (void *)FIPS_ref_point;
/*
* In case you wonder why there is no #ifdef __linux. All Linux targets
* are GCC-based and therefore are covered by instruction_pointer above