diff options
Diffstat (limited to 'crypto/ec/ec_local.h')
-rw-r--r-- | crypto/ec/ec_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_local.h b/crypto/ec/ec_local.h index 63e672af79..d9383f10a7 100644 --- a/crypto/ec/ec_local.h +++ b/crypto/ec/ec_local.h @@ -288,7 +288,7 @@ struct ec_key_st { point_conversion_form_t conv_form; CRYPTO_REF_COUNT references; int flags; -#ifndef FIPS_MODE +#ifndef FIPS_MODULE CRYPTO_EX_DATA ex_data; #endif CRYPTO_RWLOCK *lock; |