Loading demos/README +6 −0 Original line number Diff line number Diff line NOTE: Don't expect any of these programs to work with current OpenSSL releases, or even with later SSLeay releases. Original README: ============================================================================= Some demo programs sent to me by various people eric demos/ssl/serv.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ #include <arpa/inet.h> #include <netdb.h> #include "rsa.h" /* SSLeay stuff */ #include <openssl/rsa.h> /* SSLeay stuff */ #include <openssl/crypto.h> #include <openssl/x509.h> #include <openssl/pem.h> Loading Loading
demos/README +6 −0 Original line number Diff line number Diff line NOTE: Don't expect any of these programs to work with current OpenSSL releases, or even with later SSLeay releases. Original README: ============================================================================= Some demo programs sent to me by various people eric
demos/ssl/serv.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ #include <arpa/inet.h> #include <netdb.h> #include "rsa.h" /* SSLeay stuff */ #include <openssl/rsa.h> /* SSLeay stuff */ #include <openssl/crypto.h> #include <openssl/x509.h> #include <openssl/pem.h> Loading