提交 f41231d6 编写于 作者: B Ben Laurie

Make it build/run.

上级 6af080ac
...@@ -45,10 +45,10 @@ ...@@ -45,10 +45,10 @@
#include <string.h> #include <string.h>
/* As per https://tools.ietf.org/html/rfc6520#section-4 */ /* As per https://tools.ietf.org/html/rfc6520#section-4 */
static const int MIN_PADDING_SIZE = 16; #define MIN_PADDING_SIZE 16
/* Maximum number of payload characters to print as test output */ /* Maximum number of payload characters to print as test output */
static const int MAX_PRINTABLE_CHARACTERS = 1024; #define MAX_PRINTABLE_CHARACTERS 1024
typedef struct heartbeat_test_fixture typedef struct heartbeat_test_fixture
{ {
......
...@@ -85,7 +85,7 @@ FIPS_ECDSAVS= fips_ecdsavs ...@@ -85,7 +85,7 @@ FIPS_ECDSAVS= fips_ecdsavs
FIPS_TEST_SUITE=fips_test_suite FIPS_TEST_SUITE=fips_test_suite
FIPS_CMACTEST= fips_cmactest FIPS_CMACTEST= fips_cmactest
FIPS_ALGVS= fips_algvs FIPS_ALGVS= fips_algvs
HEARTBEATTEST = heartbeat_test HEARTBEATTEST= heartbeat_test
TESTS= alltests TESTS= alltests
...@@ -379,7 +379,7 @@ test_ocsp: ../apps/openssl$(EXE_EXT) tocsp ...@@ -379,7 +379,7 @@ test_ocsp: ../apps/openssl$(EXE_EXT) tocsp
@sh ./tocsp @sh ./tocsp
test_heartbeat: $(HEARTBEATTEST)$(EXE_EXT) test_heartbeat: $(HEARTBEATTEST)$(EXE_EXT)
./$< ../util/shlib_wrap.sh ./$(HEARTBEATTEST)
lint: lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff lint -DLINT $(INCLUDES) $(SRC)>fluff
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册