SSL_OP_SINGLE_DH_USE

If set, always create a new key when using tmp_dh parameters

extern (C) nothrow @nogc
enum SSL_OP_SINGLE_DH_USE = 0x00100000L;

Meta