From: David Makepeace Date: Fri, 7 Jun 2019 00:45:51 +0000 (+1000) Subject: Fixed typo in code comment. X-Git-Tag: openssl-3.0.0-alpha1~1985 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=commitdiff_plain;h=87762939b508c7968d3c54d44c1319416c27603e Fixed typo in code comment. [skip ci] Reviewed-by: Tim Hudson Reviewed-by: Matthias St. Pierre Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9102) --- 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[] = {