Make it build/run.

This commit is contained in:
Ben Laurie 2014-04-29 18:36:39 +01:00
parent 6af080acaf
commit f41231d62a
2 changed files with 4 additions and 4 deletions

View file

@ -45,10 +45,10 @@
#include <string.h>
/* 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 */
static const int MAX_PRINTABLE_CHARACTERS = 1024;
#define MAX_PRINTABLE_CHARACTERS 1024
typedef struct heartbeat_test_fixture
{

View file

@ -85,7 +85,7 @@ FIPS_ECDSAVS= fips_ecdsavs
FIPS_TEST_SUITE=fips_test_suite
FIPS_CMACTEST= fips_cmactest
FIPS_ALGVS= fips_algvs
HEARTBEATTEST = heartbeat_test
HEARTBEATTEST= heartbeat_test
TESTS= alltests
@ -379,7 +379,7 @@ test_ocsp: ../apps/openssl$(EXE_EXT) tocsp
@sh ./tocsp
test_heartbeat: $(HEARTBEATTEST)$(EXE_EXT)
./$<
../util/shlib_wrap.sh ./$(HEARTBEATTEST)
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff