diff --git a/fips/dsa/fips_dssvs.c b/fips/dsa/fips_dssvs.c index 43c967198..50a4d9698 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); } }