diff options
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r-- | crypto/crypto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h index 5089c65882..938c2bc144 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -125,6 +125,11 @@ #include <stdio.h> #endif +/* Get FIPS renames if needed */ +#if defined(OPENSSL_FIPSCANISTER) && defined(OPENSSL_FIPSAPI) +#include <openssl/fips.h> +#endif + #include <openssl/stack.h> #include <openssl/safestack.h> #include <openssl/opensslv.h> |