[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Fri Dec 10 04:18:42 UTC 2021
The branch master has been updated
via 44fde441937fc8db8ea6a7ac2e7c683ad9d5f8e0 (commit)
from f0fc3c10d0617821a476b34aba1ee77d47a2a64a (commit)
- Log -----------------------------------------------------------------
commit 44fde441937fc8db8ea6a7ac2e7c683ad9d5f8e0
Author: Sam Eaton <sam at eaton.party>
Date: Fri Dec 3 14:47:26 2021 -0800
changes opensssl typos to openssl
CLA: trivial
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17191)
-----------------------------------------------------------------------
Summary of changes:
NOTES-VALGRIND.md | 2 +-
doc/man1/openssl-mac.pod.in | 2 +-
include/openssl/macros.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/NOTES-VALGRIND.md b/NOTES-VALGRIND.md
index a37e323e23..2700324efa 100644
--- a/NOTES-VALGRIND.md
+++ b/NOTES-VALGRIND.md
@@ -16,7 +16,7 @@ Requirements
See <http://valgrind.org/info/platforms.html>
2. Valgrind installed on the platform
See <http://valgrind.org/downloads/current.html>
-3. OpensSSL compiled
+3. OpenSSL compiled
See [INSTALL.md](INSTALL.md)
Running Tests
diff --git a/doc/man1/openssl-mac.pod.in b/doc/man1/openssl-mac.pod.in
index b368b79bc7..e76e185e08 100644
--- a/doc/man1/openssl-mac.pod.in
+++ b/doc/man1/openssl-mac.pod.in
@@ -116,7 +116,7 @@ This option is identical to the B<-cipher> option.
=item I<mac_name>
Specifies the name of a supported MAC algorithm which will be used.
-To see the list of supported MAC's use the command C<opensssl list
+To see the list of supported MAC's use the command C<openssl list
-mac-algorithms>.
=back
diff --git a/include/openssl/macros.h b/include/openssl/macros.h
index 7d37798560..a6bc3f1feb 100644
--- a/include/openssl/macros.h
+++ b/include/openssl/macros.h
@@ -20,7 +20,7 @@
# define OPENSSL_MSTR(x) OPENSSL_MSTR_HELPER(x)
/*
- * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
+ * Sometimes OPENSSL_NO_xxx ends up with an empty file and some compilers
* don't like that. This will hopefully silence them.
*/
# define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;
More information about the openssl-commits
mailing list