SSL_RT_MAX_CIPHER_BLOCK_SIZE

Maximum block size used in all ciphersuites. Currently 16 for AES.

extern (C) nothrow @nogc
enum SSL_RT_MAX_CIPHER_BLOCK_SIZE = 16;

Meta