[openssl] master update

Dr. Paul Dale pauli at openssl.org
Sat Jun 19 12:05:01 UTC 2021


The branch master has been updated
       via  f7e2e513d1d70691972d11f84e9133f713baf7ad (commit)
      from  c602fadc443fad88aafbab35cdc11ba5ffdf6e30 (commit)


- Log -----------------------------------------------------------------
commit f7e2e513d1d70691972d11f84e9133f713baf7ad
Author: Tomas Mraz <tomas at openssl.org>
Date:   Thu Jun 17 15:48:35 2021 +0200

    Replace non-ASCII character in source file
    
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15803)

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

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

diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c
index bbcfbdde3d..70eaa59a8b 100644
--- a/crypto/rsa/rsa_lib.c
+++ b/crypto/rsa/rsa_lib.c
@@ -316,7 +316,7 @@ uint16_t ossl_ifc_ffc_compute_security_bits(int n)
 
     /*
      * Look for common values as listed in standards.
-     * These values are not exactly equal to the results from the forumlæ in
+     * These values are not exactly equal to the results from the formulae in
      * the standards but are defined to be canonical.
      */
     switch (n) {


More information about the openssl-commits mailing list