EVP_CIPHER_CTX_FLAG_WRAP_ALLOW

Cipher context flag to indicate that we can handle wrap mode: if allowed in older applications, it could overflow buffers.

extern (C) nothrow @nogc
enum EVP_CIPHER_CTX_FLAG_WRAP_ALLOW = 0x01;

Meta