From 50bba6852df4d978d0b15ca8a087c6b0ac1a6e87 Mon Sep 17 00:00:00 2001 From: Mike Bland Date: Wed, 18 Jun 2014 17:00:41 -0400 Subject: [PATCH] Update heartbeat_test #includes 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 --- ssl/heartbeat_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssl/heartbeat_test.c b/ssl/heartbeat_test.c index 2fb0d460d7..4030034d8b 100644 --- a/ssl/heartbeat_test.c +++ b/ssl/heartbeat_test.c @@ -38,8 +38,9 @@ * http://mike-bland.com/tags/heartbleed.html */ -#include "../test/testutil.h" #include "../ssl/ssl_locl.h" + +#include "testutil.h" #include #include #include -- 2.25.1