Commit f41231d6 authored by Ben Laurie's avatar Ben Laurie
Browse files

Make it build/run.

parent 6af080ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
	{
+2 −2
Original line number Diff line number Diff line
@@ -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