Adapt diverse EVP_MD functions to use get_params and set_params interfaces
[openssl.git] / crypto / evp / evp_utils.c
index e24bee1c0ca771ff90410c72aa66611050d03091..6355299707ca9561356684018b1c44b77cc6579f 100644 (file)
@@ -73,9 +73,7 @@ PARAM_FUNCTIONS(EVP_CIPHER,
                 evp_do_ciph_ctx_getparams, ctx_get_params,
                 evp_do_ciph_ctx_setparams, ctx_set_params)
 
-#if 0
 PARAM_FUNCTIONS(EVP_MD,
                 evp_do_md_getparams, get_params,
                 evp_do_md_ctx_getparams, ctx_get_params,
                 evp_do_md_ctx_setparams, ctx_set_params)
-#endif