]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/drbg_cavs_test.c
Rename FIPS_MODE to FIPS_MODULE
[thirdparty/openssl.git] / test / drbg_cavs_test.c
index 2c0829da8e4a4fcc425006e6f9ee596c230bde49..d82cc81a6c3a2c64c816939e695dbefdbf9ab1ee 100644 (file)
@@ -254,7 +254,7 @@ static int test_cavs_kats(const struct drbg_kat *test[], int i)
     const struct drbg_kat *td = test[i];
     int rv = 0;
 
-#ifdef FIPS_MODE
+#ifdef FIPS_MODULE
     /* FIPS mode doesn't support instantiating without a derivation function */
     if ((td->flags & USE_DF) == 0)
         return TEST_skip("instantiating without derivation function "