aboutsummaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rand/fips_rand.c')
-rw-r--r--fips/rand/fips_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/rand/fips_rand.c b/fips/rand/fips_rand.c
index d56b940a6d..a8ebdb85c0 100644
--- a/fips/rand/fips_rand.c
+++ b/fips/rand/fips_rand.c
@@ -214,7 +214,7 @@ int FIPS_x931_set_dt(unsigned char *dt)
{
if (!sctx.test_mode)
{
- RANDerr(RAND_F_FIPS_RAND_SET_DT,RAND_R_NOT_IN_TEST_MODE);
+ RANDerr(RAND_F_FIPS_X931_SET_DT,RAND_R_NOT_IN_TEST_MODE);
return 0;
}
memcpy(sctx.DT, dt, AES_BLOCK_LENGTH);