Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / ssl / s23_clnt.c
index c7f85a621f3d17483b885cee06134c7d36174483..5cbd99d56e7e0be049de194a57e55920fc4f29a0 100644 (file)
  */
 
 #include <stdio.h>
-#include "buffer.h"
-#include "rand.h"
-#include "objects.h"
-#include "evp.h"
+#include <openssl/buffer.h>
+#include <openssl/rand.h>
+#include <openssl/objects.h>
+#include <openssl/evp.h>
 #include "ssl_locl.h"
 
 #define BREAK break