/* file : tests/basic/driver.c * license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file */ #include #include int main () { assert (OPENSSL_init_ssl (0 /* opts */, NULL /* settings */) == 1); return 0; }