diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-09-13 19:53:39 +0200 |
---|---|---|
committer | Neil Horman <nhorman@openssl.org> | 2024-07-22 12:55:35 +0200 |
commit | 1cf2f8231ea8c3c1dd73a6f5bdf1404ecd503c4d (patch) | |
tree | 9732859b3be1fe9f982ab120585db21fdfd9fdd2 /apps | |
parent | Update X509V3_get_d2i.pod returned pointer needs to be freed (diff) | |
download | openssl-1cf2f8231ea8c3c1dd73a6f5bdf1404ecd503c4d.tar.xz openssl-1cf2f8231ea8c3c1dd73a6f5bdf1404ecd503c4d.zip |
Remove trailing whitespace
Found by running the checkpatch.pl Linux script to enforce coding style.
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22097)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/list.c b/apps/list.c index 40e8f4d06d..393fa1d7b9 100644 --- a/apps/list.c +++ b/apps/list.c @@ -1463,7 +1463,7 @@ typedef enum HELPLIST_CHOICE { OPT_STORE_LOADERS, OPT_PROVIDER_INFO, OPT_OBJECTS, OPT_SELECT_NAME, #ifndef OPENSSL_NO_DEPRECATED_3_0 - OPT_ENGINES, + OPT_ENGINES, #endif OPT_PROV_ENUM } HELPLIST_CHOICE; @@ -1495,7 +1495,7 @@ const OPTIONS list_options[] = { {"mac-algorithms", OPT_MAC_ALGORITHMS, '-', "List of message authentication code algorithms"}, #ifndef OPENSSL_NO_DEPRECATED_3_0 - {"cipher-commands", OPT_CIPHER_COMMANDS, '-', + {"cipher-commands", OPT_CIPHER_COMMANDS, '-', "List of cipher commands (deprecated)"}, #endif {"cipher-algorithms", OPT_CIPHER_ALGORITHMS, '-', |