Update fipssyms.h to keep all symbols in FIPS,fips namespace.
[openssl.git] / fips / rand / fips_drbg_lib.c
index 920a61a97a71f07b3e96fba510c5e21147ecf5a3..7a0a1070e2b21dd740125a1e3256a1ee4bed2ff6 100644 (file)
@@ -406,7 +406,7 @@ void FIPS_drbg_stick(void)
        }
 
 /* Continuous DRBG utility function */
-int drbg_cprng_test(DRBG_CTX *dctx, const unsigned char *out)
+int fips_drbg_cprng_test(DRBG_CTX *dctx, const unsigned char *out)
        {
        /* No CPRNG in test mode */
        if (dctx->flags & DRBG_FLAG_TEST)