Update heartbeat_test #includes
authorMike Bland <mbland@acm.org>
Wed, 18 Jun 2014 21:00:41 +0000 (17:00 -0400)
committerMatt Caswell <matt@openssl.org>
Sat, 19 Jul 2014 18:24:35 +0000 (19:24 +0100)
ssl/ssl_locl.h now comes first to ensure that it will compile standalone.
test/testutil.h is considered to be in the same directory as the test file,
since the test file will be linked into test/ and built there.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/heartbeat_test.c

index 2fb0d460d7ff3af0462425c2eb91772fd7990b7e..4030034d8bf410dcff620fc3b859c7b5fce6c91b 100644 (file)
@@ -38,8 +38,9 @@
  * http://mike-bland.com/tags/heartbleed.html
  */
 
-#include "../test/testutil.h"
 #include "../ssl/ssl_locl.h"
+
+#include "testutil.h"
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>