fips_canister.c: harmonize fingerprinting for all Windows, CE or not.
This commit is contained in:
parent
8b8d2dccf1
commit
005cdace99
@ -33,7 +33,8 @@ const void *FIPS_text_end(void);
|
|||||||
(defined(__vxworks) && (defined(__ppc__) || defined(__ppc) || \
|
(defined(__vxworks) && (defined(__ppc__) || defined(__ppc) || \
|
||||||
defined(__mips__)|| defined(__mips))) || \
|
defined(__mips__)|| defined(__mips))) || \
|
||||||
(defined(__linux) && ((defined(__PPC__) && !defined(__PPC64__)) || \
|
(defined(__linux) && ((defined(__PPC__) && !defined(__PPC64__)) || \
|
||||||
defined(__arm__) || defined(__arm)))
|
defined(__arm__) || defined(__arm))) || \
|
||||||
|
(defined(_WIN32) && defined(_MSC_VER))
|
||||||
# define FIPS_REF_POINT_IS_CROSS_COMPILER_AWARE
|
# define FIPS_REF_POINT_IS_CROSS_COMPILER_AWARE
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user