EVP_CIPH_ALWAYS_CALL_INIT

Set if the cipher's init() function should be called if key is null

extern (C) nothrow @nogc
enum EVP_CIPH_ALWAYS_CALL_INIT = 0x20;

Meta