Change #include filenames from <foo.h> to <openssl.h>.
Submitted by:
Reviewed by:
PR:
diff --git a/apps/s_server.c b/apps/s_server.c
index f026fa1..0198cb8 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -64,14 +64,14 @@
#ifdef NO_STDIO
#define APPS_WIN16
#endif
-#include "lhash.h"
-#include "bn.h"
+#include <openssl/lhash.h>
+#include <openssl/bn.h>
#define USE_SOCKETS
#include "apps.h"
-#include "err.h"
-#include "pem.h"
-#include "x509.h"
-#include "ssl.h"
+#include <openssl/err.h>
+#include <openssl/pem.h>
+#include <openssl/x509.h>
+#include <openssl/ssl.h>
#include "s_apps.h"
#ifndef NOPROTO