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


- Log -----------------------------------------------------------------
commit 0759f93445611d2c91176851dd53babdc8d4190d
Author: Daniel Bevenius <[email protected]>
Date:   Tue Dec 5 12:01:14 2017 +0100

    Fix minor typo in comment in rsa_st
    
    CLA: trivial
    
    Reviewed-by: Rich Salz <[email protected]>
    Reviewed-by: Matt Caswell <[email protected]>
    (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;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to