summaryrefslogtreecommitdiff
path: root/crypto/rsa
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-06-17 15:48:35 +0200
committerPauli <pauli@openssl.org>2021-06-19 22:04:34 +1000
commitf7e2e513d1d70691972d11f84e9133f713baf7ad (patch)
tree7da7ab3b137d076d19e5afacd9e91fc1c2ed4cd5 /crypto/rsa
parentc602fadc443fad88aafbab35cdc11ba5ffdf6e30 (diff)
Replace non-ASCII character in source file
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15803)
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_lib.c2
1 files changed, 1 insertions, 1 deletions
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) {