提交 50bba685 编写于 作者: M Mike Bland 提交者: Matt Caswell

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: NTim Hudson <tjh@openssl.org>
上级 6017a551
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册