commit | 10e8cf5fef7e062927bfbec69ad85fbf491b4299 | [log] [tgz] |
---|---|---|
author | TRodziewicz <tomasz.rodziewicz@mobica.com> | Mon May 31 17:58:57 2021 +0200 |
committer | TRodziewicz <tomasz.rodziewicz@mobica.com> | Wed Jun 16 10:34:25 2021 +0200 |
tree | 28c58478e4fcfc4da8d52c6b2102fb1416855142 | |
parent | 17575dcb039f7370f4156aebb595ce6be4ca0e3d [diff] [blame] |
Remove MD2, MD4, RC4, Blowfish and XTEA Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c index e8241a3..18d2e8c 100644 --- a/programs/x509/cert_req.c +++ b/programs/x509/cert_req.c
@@ -100,7 +100,7 @@ " Add NsCertType even if it is empty\n" \ " md=%%s default: SHA256\n" \ " possible values:\n" \ - " MD2, MD4, MD5, RIPEMD160, SHA1,\n" \ + " MD5, RIPEMD160, SHA1,\n" \ " SHA224, SHA256, SHA384, SHA512\n" \ "\n"