diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-06-22 14:30:18 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-06-22 14:30:18 +0200 |
commit | ce02589259c4eecf5479d6d5714d8caee7b5e326 (patch) | |
tree | 7477803fa00800e44d494f58c3f51c6aae409906 /crypto/arm_arch.h | |
parent | add symbol rename (diff) | |
download | openssl-ce02589259c4eecf5479d6d5714d8caee7b5e326.tar.xz openssl-ce02589259c4eecf5479d6d5714d8caee7b5e326.zip |
Now the FIPS capable OpenSSL is available simplify the various FIPS test
build options.
All fispcanisterbuild builds only build fipscanister.o and include symbol
renaming.
Move all renamed symbols to fipssyms.h
Update README.FIPS
Diffstat (limited to 'crypto/arm_arch.h')
-rw-r--r-- | crypto/arm_arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/arm_arch.h b/crypto/arm_arch.h index db7047cc05..82401add19 100644 --- a/crypto/arm_arch.h +++ b/crypto/arm_arch.h @@ -35,7 +35,7 @@ # endif # endif -#ifdef OPENSSL_FIPSSYMS +#ifdef OPENSSL_FIPSCANISTERBUILD #include <openssl/fipssyms.h> #endif |