aboutsummaryrefslogtreecommitdiffstats
path: root/fips/dsa/fips_dssvs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fips/dsa/fips_dssvs.c')
-rw-r--r--fips/dsa/fips_dssvs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/dsa/fips_dssvs.c b/fips/dsa/fips_dssvs.c
index 9ee0ccc95f..ff7f8139b3 100644
--- a/fips/dsa/fips_dssvs.c
+++ b/fips/dsa/fips_dssvs.c
@@ -548,7 +548,7 @@ static void siggen()
pbn("R",sig->r);
pbn("S",sig->s);
putc('\n',stdout);
- DSA_SIG_free(sig);
+ FIPS_dsa_sig_free(sig);
FIPS_md_ctx_cleanup(&mctx);
}
}