[M5] verify-curated-db.sh + boost recipe (header-only)
This commit is contained in:
9
scripts/curated-snippets/openssl.cpp
Normal file
9
scripts/curated-snippets/openssl.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <openssl/evp.h>
|
||||
import std;
|
||||
|
||||
int main() {
|
||||
EVP_MD_CTX* ctx = EVP_MD_CTX_new();
|
||||
EVP_MD_CTX_free(ctx);
|
||||
std::println("openssl ok");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user