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:
parent
6017a55143
commit
50bba6852d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user