EVP_MD_CTX_FLAG_REUSE

Don't free up ctx.md_data in EVP_MD_CTX_cleanup

extern (C) nothrow @nogc
enum EVP_MD_CTX_FLAG_REUSE = 0x0004;

Meta