P, not T.
This commit is contained in:
parent
8343bcfb2b
commit
ccabc6f49a
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user