Submitted by:
Reviewed by:
PR:
diff --git a/demos/README b/demos/README
index 769965a..d2155ef 100644
--- a/demos/README
+++ b/demos/README
@@ -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
diff --git a/demos/ssl/serv.cpp b/demos/ssl/serv.cpp
index feb6fdf..b103e78 100644
--- a/demos/ssl/serv.cpp
+++ b/demos/ssl/serv.cpp
@@ -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>