Hash : 31391735 Author : Date : 2023-08-06T15:08:28
CI: Test consuming the exported CMake configs.
Download
1 2 3 4 5 6 7
#include <openssl/crypto.h> int main(void) { OPENSSL_init_crypto(0, NULL); OPENSSL_cleanup(); return 0; }