summaryrefslogtreecommitdiffstats
path: root/test/acvp_test.c
diff options
context:
space:
mode:
authorMichaM <contact-micha+github@posteo.de>2021-04-14 23:45:05 +0200
committerPauli <pauli@openssl.org>2021-04-22 11:16:35 +1000
commitaf9fb19a476911bf7ceabcf3b21923dd5bbd9ac6 (patch)
tree944364e734897afaf54fe39dce5f1fcee6d0c438 /test/acvp_test.c
parent16df436df27fef4a87f05b5850b1e6d8c3a17fcf (diff)
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.c2
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)