X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Finternal%2Fthread_once.h;h=3f62bd344eb33d5a6165bd65e59be4002f1a29ef;hb=f844f9eb44186df2f8b0cfd3264b4eb003d8c61a;hp=177974f0209f1e6f27f8f6403b07741dba3a86d5;hpb=cf86057a1acd13b13c9bd8f7b8a14bbc0e3ffd56;p=thirdparty%2Fopenssl.git diff --git a/include/internal/thread_once.h b/include/internal/thread_once.h index 177974f020..3f62bd344e 100644 --- a/include/internal/thread_once.h +++ b/include/internal/thread_once.h @@ -15,7 +15,7 @@ * OPENSSL_CTX object. In this way data will get cleaned up correctly when the * module gets unloaded. */ -#if !defined(FIPS_MODE) || defined(ALLOW_RUN_ONCE_IN_FIPS) +#if !defined(FIPS_MODULE) || defined(ALLOW_RUN_ONCE_IN_FIPS) /* * DEFINE_RUN_ONCE: Define an initialiser function that should be run exactly * once. It takes no arguments and returns and int result (1 for success or @@ -143,4 +143,4 @@ # define RUN_ONCE_ALT(once, initalt, init) \ (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0) -#endif /* FIPS_MODE */ +#endif /* FIPS_MODULE */