]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/internal/thread_once.h
Rename FIPS_MODE to FIPS_MODULE
[thirdparty/openssl.git] / include / internal / thread_once.h
index 177974f0209f1e6f27f8f6403b07741dba3a86d5..3f62bd344eb33d5a6165bd65e59be4002f1a29ef 100644 (file)
@@ -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
 # define RUN_ONCE_ALT(once, initalt, init)                               \
     (CRYPTO_THREAD_run_once(once, initalt##_ossl_) ? init##_ossl_ret_ : 0)
 
-#endif /* FIPS_MODE */
+#endif /* FIPS_MODULE */