From f844f9eb44186df2f8b0cfd3264b4eb003d8c61a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 13 Apr 2020 22:34:56 +0200 Subject: Rename FIPS_MODE to FIPS_MODULE This macro is used to determine if certain pieces of code should become part of the FIPS module or not. The old name was confusing. Fixes #11538 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11539) --- crypto/property/property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/property') diff --git a/crypto/property/property.c b/crypto/property/property.c index 0e31b8fa81..2bcbc85813 100644 --- a/crypto/property/property.c +++ b/crypto/property/property.c @@ -305,7 +305,7 @@ int ossl_method_store_fetch(OSSL_METHOD_STORE *store, int nid, int ret = 0; int j, best = -1, score, optional; -#ifndef FIPS_MODE +#ifndef FIPS_MODULE OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CONFIG, NULL); #endif -- cgit v1.2.3