Commit 3497ac5d authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix compilation on windows for record layer

parent 1711f8de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)