blob: d2e75ea4b09abc4dfdc42a9503ae8172365f0917 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- s_cb.c.orig Wed Oct 15 22:29:17 2003
+++ s_cb.c Wed Oct 15 22:29:31 2003
@@ -63,9 +63,9 @@
#include "apps.h"
#undef NON_MAIN
#undef USE_SOCKETS
-#include OPENSSL"err.h"
-#include OPENSSL"x509.h"
-#include OPENSSL"ssl.h"
+#include "%%OPENSSL%%/err.h"
+#include "%%OPENSSL%%/x509.h"
+#include "%%OPENSSL%%/ssl.h"
#include "s_apps.h"
int verify_depth=0;
|