[openssl] master update

Richard Levitte levitte at openssl.org
Fri Jun 7 06:46:40 UTC 2019


The branch master has been updated
       via  87762939b508c7968d3c54d44c1319416c27603e (commit)
      from  7ed66e2634e6cfbb16a1ef975572e79a479217a8 (commit)


- Log -----------------------------------------------------------------
commit 87762939b508c7968d3c54d44c1319416c27603e
Author: David Makepeace <david.p.makepeace at oracle.com>
Date:   Fri Jun 7 10:45:51 2019 +1000

    Fixed typo in code comment.
    [skip ci]
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/9102)

-----------------------------------------------------------------------

Summary of changes:
 test/evp_extra_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/evp_extra_test.c b/test/evp_extra_test.c
index 724a144..6fca3a3 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[] = {


More information about the openssl-commits mailing list