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:
b3da6f4
)
remove another FIPSCANISTER reference
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 18 Oct 2014 23:31:28 +0000
(
00:31
+0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 8 Dec 2014 13:25:37 +0000
(13:25 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/crypto.h
patch
|
blob
|
history
diff --git
a/crypto/crypto.h
b/crypto/crypto.h
index 4b542ce622a09f24d00ef3c92cd07ee905d2e6fe..c4c173f6dfe32294e9c61afba2ba3112d2aa8774 100644
(file)
--- a/
crypto/crypto.h
+++ b/
crypto/crypto.h
@@
-139,16
+139,6
@@
one way or another */
#include <openssl/symhacks.h>
-/* For FIPS mode rename all OpenSSL symbols to avoid clashes with a
- * non-FIPS OpenSSL.
- */
-
-#if defined(OPENSSL_FIPSCANISTER)
-# include <openssl/fipssyms.h>
-#else
-# define __fips_constseg
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif