Replace "SSLeay" in API with OpenSSL
[openssl.git] / demos / ssl / inetdsrv.cpp
index efd70d2771b8718b26c96446d3728960be64b16a..7434030d1aa9dbda4cb5eb7b09cab022b8058ced 100644 (file)
@@ -7,7 +7,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include "rsa.h"       /* SSLeay stuff */
+#include "rsa.h"
 #include <openssl/crypto.h>
 #include <openssl/x509.h>
 #include <openssl/pem.h>