Commit 7ebf7674 authored by Bodo Möller's avatar Bodo Möller
Browse files

Submitted by:
Reviewed by:
PR:
parent 6d311938
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -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>