summaryrefslogtreecommitdiffstats
path: root/test/evp_extra_test.c
diff options
context:
space:
mode:
authorDavid Makepeace <david.p.makepeace@oracle.com>2019-06-07 10:45:51 +1000
committerDavid Makepeace <david.p.makepeace@oracle.com>2019-06-07 10:47:19 +1000
commit87762939b508c7968d3c54d44c1319416c27603e (patch)
tree566ec0459a6a90715ae6a5142a97649e04879437 /test/evp_extra_test.c
parent7ed66e2634e6cfbb16a1ef975572e79a479217a8 (diff)
Fixed typo in code comment.
[skip ci] Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9102)
Diffstat (limited to 'test/evp_extra_test.c')
-rw-r--r--test/evp_extra_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/evp_extra_test.c b/test/evp_extra_test.c
index 724a1441ad..6fca3a38f5 100644
--- a/test/evp_extra_test.c
+++ b/test/evp_extra_test.c
@@ -301,7 +301,7 @@ static const unsigned char kExampleECPubKeyDER[] = {
};
/*
- * kExampleBadECKeyDER is a sample EC public key with a wrong OID
+ * kExampleBadECPubKeyDER is a sample EC public key with a wrong OID
* 1.2.840.10045.2.2 instead of 1.2.840.10045.2.1 - EC Public Key
*/
static const unsigned char kExampleBadECPubKeyDER[] = {