summaryrefslogtreecommitdiffstats
path: root/apps/progs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/progs.h')
-rw-r--r--apps/progs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/progs.h b/apps/progs.h
index 266e48dc78..77b4555cd5 100644
--- a/apps/progs.h
+++ b/apps/progs.h
@@ -225,6 +225,12 @@ static FUNCTION functions[] = {
#ifndef OPENSSL_NO_RMD160
{ FT_md, "rmd160", dgst_main},
#endif
+#ifndef OPENSSL_NO_BLAKE2B
+ { FT_md, "blake2b", dgst_main},
+#endif
+#ifndef OPENSSL_NO_BLAKE2S
+ { FT_md, "blake2s", dgst_main},
+#endif
#ifndef OPENSSL_NO_AES
{ FT_cipher, "aes-128-cbc", enc_main, enc_options },
#endif