diff options
author | MichaM <contact-micha+github@posteo.de> | 2021-04-14 23:45:05 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-04-22 03:16:35 +0200 |
commit | af9fb19a476911bf7ceabcf3b21923dd5bbd9ac6 (patch) | |
tree | 944364e734897afaf54fe39dce5f1fcee6d0c438 /test/acvp_test.c | |
parent | Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p... (diff) | |
download | openssl-af9fb19a476911bf7ceabcf3b21923dd5bbd9ac6.tar.xz openssl-af9fb19a476911bf7ceabcf3b21923dd5bbd9ac6.zip |
Fix typos
CLA: trivial
Signed-off-by: MichaM <contact-micha+github@posteo.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14879)
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) |