summaryrefslogtreecommitdiffstats
path: root/fips/fips_canister.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-01 15:36:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-01 15:36:54 +0000
commit2f6efd6acbbf307787f54db637f250cb9c98dac6 (patch)
treefb79c4ca9e3cf7ace3bdce4e0d3478f10ec41284 /fips/fips_canister.c
parent823df31be7e5b1a72a5f58d4f1106168e8afbae0 (diff)
Some changes to support VxWorks in the validted module.
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 ea7ac764b0..0f6c63d22d 100644
--- a/fips/fips_canister.c
+++ b/fips/fips_canister.c
@@ -177,6 +177,8 @@ const 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