Submitted by:

Reviewed by:
PR:
This commit is contained in:
Bodo Möller 1999-04-24 00:53:29 +00:00
parent 6d31193858
commit 7ebf7674be
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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>