Commit 50bba685 authored by Mike Bland's avatar Mike Bland Committed by Matt Caswell
Browse files

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: default avatarTim Hudson <tjh@openssl.org>
parent 6017a551
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>