RSA_FLAG_SIGN_VER

This flag in the RSA_METHOD enables the new rsa_sign, rsa_verify functions.

extern (C) nothrow @nogc
enum RSA_FLAG_SIGN_VER = 0x0040;

Meta