SSL3_RT_MAX_MD_SIZE

This is the maximum MAC (digest) size used by the SSL library. Currently maximum of 20 is used by SHA1, but we reserve for future extension for 512-bit hashes.

extern (C) nothrow @nogc
enum SSL3_RT_MAX_MD_SIZE = 64;

Meta