EVP_MD_CTX_FLAG_ONESHOT

digest update will be called once only

extern (C) nothrow @nogc
enum EVP_MD_CTX_FLAG_ONESHOT = 0x0001;

Meta