diff options
author | Richard Levitte <levitte@openssl.org> | 2016-03-18 20:01:58 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-18 20:12:27 +0100 |
commit | 03f03129361683ee3c5bab5aa82d7060cdfc2bea (patch) | |
tree | 1e1665320c3d811c238191523b9751833ec499a4 /apps/progs.h | |
parent | Fix no-des (diff) | |
download | openssl-03f03129361683ee3c5bab5aa82d7060cdfc2bea.tar.xz openssl-03f03129361683ee3c5bab5aa82d7060cdfc2bea.zip |
apps/progs.pl: more consistent output for digests
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/progs.h')
-rw-r--r-- | apps/progs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/progs.h b/apps/progs.h index fff26392e4..a996353048 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -227,6 +227,8 @@ static FUNCTION functions[] = { #endif #ifndef OPENSSL_NO_BLAKE2 { FT_md, "blake2b512", dgst_main}, +#endif +#ifndef OPENSSL_NO_BLAKE2 { FT_md, "blake2s256", dgst_main}, #endif #ifndef OPENSSL_NO_AES |