Submitted by:
authorBodo Möller <bodo@openssl.org>
Sat, 24 Apr 1999 00:53:29 +0000 (00:53 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 24 Apr 1999 00:53:29 +0000 (00:53 +0000)
Reviewed by:
PR:

demos/README
demos/ssl/serv.cpp

index 769965ab83f7228d47b1899781623378ea2c26e0..d2155ef97341828de89a423aa8be69f82d65681c 100644 (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
index feb6fdf7a6b29ce20f63caee9362e1c2529bdc75..b103e78b2662e0e2c1fb450b697f5349c9babffc 100644 (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>