From 8e65814906eea133b45f2b631f07d086aae6f208 Mon Sep 17 00:00:00 2001 From: beck <> Date: Thu, 29 May 2014 19:58:48 +0000 Subject: Make make includes work again without kssl.h --- src/lib/libssl/ssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 2fa9507d6c..4230bc0c0c 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2014/05/25 17:29:51 tedu Exp $ +# $OpenBSD: Makefile,v 1.46 2014/05/29 19:58:48 beck Exp $ LIB= ssl @@ -28,7 +28,7 @@ SRCS=\ pqueue.c SRCS+= s3_cbc.c -HDRS= srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h kssl.h +HDRS= srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h .PATH: ${LSSL_SRC} -- cgit v1.2.3-55-g6feb