summaryrefslogtreecommitdiffstats
path: root/apps/progs.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-02-07 23:14:12 -0500
committerRich Salz <rsalz@openssl.org>2016-02-07 23:14:12 -0500
commita173a7ee3f51af71c27490247f9a65ff03553e2c (patch)
treecb975182fcab9d4553bc9fe9991bd37a32602055 /apps/progs.h
parent99978d51d6ba1ae8e36c1f82e98e9b2052131948 (diff)
more doc fixes
dgst: using digest instead of specific digest commands the digest list specified in man dgst may be inaccurate, hence using digest and referring to the list in digest-commands 'sha' as a digest name is no longer supported dgst,pkeyutl cmds help cleanup - In dgst, pkeyutl cmds, some options help was missing. - fixed a minor typo in openssl.pod, that fixes make install. - digest-commands was showing ‘sha’, which is not a supported digest anymore. Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/progs.h')
-rw-r--r--apps/progs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/progs.h b/apps/progs.h
index f3eaf2ac42..86d9ab87f4 100644
--- a/apps/progs.h
+++ b/apps/progs.h
@@ -214,7 +214,6 @@ static FUNCTION functions[] = {
#ifndef OPENSSL_NO_MD_GHOST94
{ FT_md, "md_ghost94", dgst_main},
#endif
- { FT_md, "sha", dgst_main},
{ FT_md, "sha1", dgst_main},
{ FT_md, "sha224", dgst_main},
{ FT_md, "sha256", dgst_main},