[#EVP_MD_CTX_set_flags] = EVP_MD_CTX_set_flags :mrdocs: Set flag bits on a digest context without clearing existing flags. == Synopsis Declared in `<openssl/evp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void EVP_MD_CTX_set_flags( xref:EVP_MD_CTX.adoc[EVP_MD_CTX]* ctx, int flags); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Digest context to update. | *flags* | Bitmask of EVP_MD_CTX_* flags to set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#