[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Tue Dec 5 14:36:30 UTC 2017


The branch master has been updated
       via  0759f93445611d2c91176851dd53babdc8d4190d (commit)
      from  b35bb37a3d6ecf11b43ef8717600ab61718c3cc2 (commit)


- Log -----------------------------------------------------------------
commit 0759f93445611d2c91176851dd53babdc8d4190d
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Tue Dec 5 12:01:14 2017 +0100

    Fix minor typo in comment in rsa_st
    
    CLA: trivial
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4845)

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

Summary of changes:
 crypto/rsa/rsa_locl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/rsa/rsa_locl.h b/crypto/rsa/rsa_locl.h
index a301dc6..52d839d 100644
--- a/crypto/rsa/rsa_locl.h
+++ b/crypto/rsa/rsa_locl.h
@@ -28,7 +28,7 @@ DEFINE_STACK_OF(RSA_PRIME_INFO)
 struct rsa_st {
     /*
      * The first parameter is used to pickup errors where this is passed
-     * instead of aEVP_PKEY, it is set to 0
+     * instead of an EVP_PKEY, it is set to 0
      */
     int pad;
     int32_t version;


More information about the openssl-commits mailing list