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 <tjh@openssl.org>
This commit is contained in:
Mike Bland 2014-06-18 17:00:41 -04:00 committed by Matt Caswell
parent 6017a55143
commit 50bba6852d

View 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>