Submitted by:
Reviewed by: PR:
This commit is contained in:
parent
6d31193858
commit
7ebf7674be
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
@ -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…
Reference in a new issue