1 2 3 4 5 6 7
#include <openssl/crypto.h> int main(void) { OPENSSL_init_crypto(0, NULL); OPENSSL_cleanup(); return 0; }