diff options
Diffstat (limited to 'test/acvp_test.c')
-rw-r--r-- | test/acvp_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/acvp_test.c b/test/acvp_test.c index c2b024da01..0510cc2c05 100644 --- a/test/acvp_test.c +++ b/test/acvp_test.c @@ -206,7 +206,7 @@ err: return ret; } -/* Extract r and s from a ecdsa signature */ +/* Extract r and s from an ecdsa signature */ static int get_ecdsa_sig_rs_bytes(const unsigned char *sig, size_t sig_len, unsigned char **r, unsigned char **s, size_t *rlen, size_t *slen) |