From: Mike Bland Date: Wed, 18 Jun 2014 21:00:41 +0000 (-0400) Subject: Update heartbeat_test #includes X-Git-Tag: master-post-reformat~571 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=50bba6852df4d978d0b15ca8a087c6b0ac1a6e87;p=oweals%2Fopenssl.git 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 --- 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