From 8bfccde54e4165db2d95797d53f16cb1978af3da Mon Sep 17 00:00:00 2001 From: miod <> Date: Thu, 15 May 2014 19:39:46 +0000 Subject: No longer make pqueue.h a public (and installed) header file. Replace its inclusion in by the benign `struct _pqueue; typedef struct _pqueue *pqueue;'. Note that said dtls1.h should probably be considered a private header as well... ok beck@ --- src/lib/libssl/ssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/ssl') diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 8975572be8..d282268f0a 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.42 2014/05/12 19:14:14 miod Exp $ +# $OpenBSD: Makefile,v 1.43 2014/05/15 19:39:46 miod Exp $ LIB= ssl @@ -23,7 +23,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 pqueue.h +HDRS= srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h kssl.h .PATH: ${LSSL_SRC} -- cgit v1.2.3-55-g6feb