I need a minimal SSL server and came up with the following:
confirm(WSAStartup(MakeWord(1,1), WData) = 0); SSL_library_init; SSL_load_error_stri
I modified OpenSSL s_server.c, which now does the trick, and posted it as the answer to Question 7080958.