hx509: Fix spelling of error messages
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:

committed by
Jeffrey Altman

parent
d9d3dd448d
commit
61bf5009a0
@@ -462,7 +462,7 @@ ecdsa_create_signature(hx509_context context,
|
||||
goto error;
|
||||
}
|
||||
if (siglen > sig->length)
|
||||
_hx509_abort("ECDSA signature prelen longer the output len");
|
||||
_hx509_abort("ECDSA signature prelen longer than output len");
|
||||
|
||||
sig->length = siglen;
|
||||
|
||||
|
Reference in New Issue
Block a user