7 lines
79 B
C
Raw Permalink Normal View History

#include <openssl/ssl.h>
int main(void) {
SSL_library_init();
return 0;
}