[openssl] master update

nic.tuv at gmail.com nic.tuv at gmail.com
Fri Apr 24 14:39:02 UTC 2020


The branch master has been updated
       via  4692e98bdbaebb6f078e89a75c54395839e68b24 (commit)
      from  2b9bafe607421e394265dcbaad6234b4efee19e8 (commit)


- Log -----------------------------------------------------------------
commit 4692e98bdbaebb6f078e89a75c54395839e68b24
Author: Nicola Tuveri <nic.tuv at gmail.com>
Date:   Tue Apr 21 18:34:17 2020 +0300

    Fix typo from #10631
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/11595)

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

Summary of changes:
 crypto/ec/ec_key.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c
index 3bbf8227c6..72dd4a02cf 100644
--- a/crypto/ec/ec_key.c
+++ b/crypto/ec/ec_key.c
@@ -688,7 +688,7 @@ int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key)
      * This is important also because `BN_dup()` (and `BN_copy()`) do not
      * propagate the `BN_FLG_CONSTTIME` flag from the source `BIGNUM`, and
      * this brings an extra risk of inadvertently losing the flag, even when
-     * the called specifically set it.
+     * the caller specifically set it.
      *
      * The propagation has been turned on and off a few times in the past
      * years because in some conditions has shown unintended consequences in


More information about the openssl-commits mailing list