projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8d2dc
)
fips_canister.c: harmonize fingerprinting for all Windows, CE or not.
author
Andy Polyakov
<appro@openssl.org>
Sun, 23 Oct 2011 15:17:30 +0000
(15:17 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 23 Oct 2011 15:17:30 +0000
(15:17 +0000)
fips/fips_canister.c
patch
|
blob
|
history
diff --git
a/fips/fips_canister.c
b/fips/fips_canister.c
index 9e1b038197c40780c948f44da0d19e5337c6f2bf..7d67d32d6c4f11431419bc04e9bad956c7307333 100644
(file)
--- a/
fips/fips_canister.c
+++ b/
fips/fips_canister.c
@@
-33,7
+33,8
@@
const void *FIPS_text_end(void);
(defined(__vxworks) && (defined(__ppc__) || defined(__ppc) || \
defined(__mips__)|| defined(__mips))) || \
(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
# endif
#endif