mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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:
parent
f0fc3c10d0
commit
44fde44193
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user