From 3497ac5d333af98947d0356146a0898e2398d321 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Wed, 4 Feb 2015 16:29:38 +0000 Subject: [PATCH] Fix compilation on windows for record layer Reviewed-by: Richard Levitte --- ssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/Makefile b/ssl/Makefile index d508d3944b..d876d91fab 100644 --- a/ssl/Makefile +++ b/ssl/Makefile @@ -48,7 +48,7 @@ LIBOBJ= \ SRC= $(LIBSRC) EXHEADER= ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h kssl.h srtp.h -HEADER= $(EXHEADER) ssl_locl.h kssl_lcl.h +HEADER= $(EXHEADER) ssl_locl.h kssl_lcl.h record/record_locl.h record/record.h ALL= $(GENERAL) $(SRC) $(HEADER) -- 2.34.1