SSL3_RT_MAX_COMPRESSED_LENGTH

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum SSL3_RT_MAX_COMPRESSED_LENGTH;
    version(OPENSSL_NO_COMP)
    extern (C) nothrow
    enum SSL3_RT_MAX_COMPRESSED_LENGTH = SSL3_RT_MAX_PLAIN_LENGTH;
  2. enum SSL3_RT_MAX_COMPRESSED_LENGTH;

Meta