- OPENSSL_MAKE_VERSION
int OPENSSL_MAKE_VERSION(int major, int minor, int patch, int build)
Undocumented in source. Be warned that the author may not have intended to support it.
- OPENSSL_VERSION_AT_LEAST
bool OPENSSL_VERSION_AT_LEAST(int major, int minor, int patch, int build)
Undocumented in source. Be warned that the author may not have intended to support it.
- OPENSSL_VERSION_BEFORE
bool OPENSSL_VERSION_BEFORE(int major, int minor, int patch, int build)
Undocumented in source. Be warned that the author may not have intended to support it.