summaryrefslogtreecommitdiffstats
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 43c9671985..50a4d96986 100644
--- a/fips/dsa/fips_dssvs.c
+++ b/fips/dsa/fips_dssvs.c
@@ -267,7 +267,7 @@ void sigver()
pbn("R",sig->r);
pbn("S",sig->s);
printf("Result = %c\n",DSA_do_verify(hash,sizeof hash,sig,dsa)
- ? 'T' : 'F');
+ ? 'P' : 'F');
putc('\n',stdout);
}
}