From: Matt Caswell Date: Wed, 4 Feb 2015 16:29:38 +0000 (+0000) Subject: Fix compilation on windows for record layer X-Git-Tag: OpenSSL_1_1_0-pre1~1390 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3497ac5d333af98947d0356146a0898e2398d321;p=oweals%2Fopenssl.git Fix compilation on windows for record layer Reviewed-by: Richard Levitte --- 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)