在网络编程的例子中,给出了README中的Richard的Vol1代码
cd ../libroute # only if your system supports 4.4BSD style routing sockets
make # only if your system supports 4.4BSD style routing sockets
cd ../libxti # only if your system supports XTI
make # only if your system supports XTI
我开发了IOCP客户端应用程序,向服务器发送消息。现在,我想在其中添加SSL支持,以便使用OpenSSL连接启用SSL的服务器应用程序。
我已经使用
/* Load encryption & hashing algorithms for the SSL program */
SSL_library_init();
/* Load the error strings for SSL & CRYPTO APIs */
SSL_load_error_strings();
/* Create an SSL_METHOD structure (choose an SSL/TLS pr