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)
commit50bba6852df4d978d0b15ca8a087c6b0ac1a6e87
tree82e859d4d025339b71ab3491bc6a82cc5c11b9eb
parent6017a551439191c18a9fc7c499d40ae280b2e6dd
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>
ssl/heartbeat_test.c