diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2014-05-29 19:58:49 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2014-05-29 19:58:49 +0000 |
commit | 5fffc27f060924b9b227f277984dbadaa19f37e4 (patch) | |
tree | 35811a9f3eb0e77c05f9e212c977ee507272e171 | |
parent | 5c52e71383d486470297d7d265e21ff8b6839e1d (diff) |
Make make includes work again without kssl.h
-rw-r--r-- | lib/libssl/ssl/Makefile | 4 |
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} |