Prepare EVP_MAC infrastructure for moving all MACs to providers
[openssl.git] / apps / list.c
index c22a2c62670066dc865fb2df97b9d135cb137bff..555ce7e815ab7a1ac32b9f75fbdb88c8cbd36405 100644 (file)
@@ -229,6 +229,7 @@ static void list_digests(void)
     sk_EVP_MD_pop_free(digests, EVP_MD_meth_free);
 }
 
+#if 0                            /* Temporarly disabled */
 static void list_mac_fn(const EVP_MAC *m,
                         const char *from, const char *to, void *arg)
 {
@@ -242,6 +243,7 @@ static void list_mac_fn(const EVP_MAC *m,
         BIO_printf(arg, "%s => %s\n", from, to);
     }
 }
+#endif
 
 static void list_missing_help(void)
 {
@@ -704,8 +706,10 @@ opthelp:
         list_type(FT_md, one);
     if (todo.digest_algorithms)
         list_digests();
+#if 0                            /* Temporarly disabled */
     if (todo.mac_algorithms)
         EVP_MAC_do_all_sorted(list_mac_fn, bio_out);
+#endif
     if (todo.cipher_commands)
         list_type(FT_cipher, one);
     if (todo.cipher_algorithms)