CI: Test consuming the exported CMake configs.
This commit is contained in:
7
tests/cmake/crypto.c
Normal file
7
tests/cmake/crypto.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <openssl/crypto.h>
|
||||
|
||||
int main(void) {
|
||||
OPENSSL_init_crypto(0, NULL);
|
||||
OPENSSL_cleanup();
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user