#include import std; int main() { EVP_MD_CTX* ctx = EVP_MD_CTX_new(); EVP_MD_CTX_free(ctx); std::println("openssl ok"); return 0; }