changes opensssl typos to openssl

CLA: trivial

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17191)
This commit is contained in:
Sam Eaton 2021-12-03 14:47:26 -08:00 committed by Pauli
parent f0fc3c10d0
commit 44fde44193
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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;