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