#include <openssl/crypto.h>

int
main()
{
  return static_cast<int>(OpenSSL_version_num());
}
