[openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Fri Jun 7 06:47:10 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  38a277e01e6597c31b89e07fac52f8adff5c683f (commit)
      from  7818cd368c532e46d3c41ac79dcab0bc02ea0b7a (commit)


- Log -----------------------------------------------------------------
commit 38a277e01e6597c31b89e07fac52f8adff5c683f
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)
    
    (cherry picked from commit 87762939b508c7968d3c54d44c1319416c27603e)

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

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 8277f95..3ae6408 100644
--- a/test/evp_extra_test.c
+++ b/test/evp_extra_test.c
@@ -300,7 +300,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