summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2014-05-29 19:58:48 +0000
committerbeck <beck@openbsd.org>2014-05-29 19:58:48 +0000
commit590bc5860f9e906ff79f5b076d6267d4e4f77a46 (patch)
tree41f565d9126531cc2b518ca8c0dc9f96e1a4a83e
parentAny sane platform has stdio. Stop pretending we will ever use a platform (diff)
downloadwireguard-openbsd-590bc5860f9e906ff79f5b076d6267d4e4f77a46.tar.xz
wireguard-openbsd-590bc5860f9e906ff79f5b076d6267d4e4f77a46.zip
Make make includes work again without kssl.h
-rw-r--r--lib/libssl/ssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile
index 2fa9507d6cb..4230bc0c0c8 100644
--- a/lib/libssl/ssl/Makefile
+++ b/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}