bump libssl, and add new includes.

This commit is contained in:
christos 2005-11-25 20:28:18 +00:00
parent 6685f0f408
commit 9b80bb7a00
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2004/08/05 01:24:02 lukem Exp $
# $NetBSD: Makefile,v 1.12 2005/11/25 20:28:18 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@ -27,7 +27,7 @@ CPPFLAGS+= -Dlib${LIB} -I${OPENSSLSRC}
CRYPTODIST= ${NETBSDSRCDIR}/crypto/dist
.include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
.PATH: ${OPENSSLSRC}
.PATH: ${OPENSSLSRC} ${OPENSSLSRC}/crypto/pqueue
.include "srcs.inc"
@ -41,7 +41,7 @@ AFLAGS+=-DOUT
.endif
# This is from the include/openssl directory; see ../libcrypto/Makefile
INCS= ssl.h ssl2.h ssl3.h ssl23.h tls1.h kssl.h
INCS= dtls1.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h kssl.h pqueue.h pq_compat.h
INCSDIR=/usr/include/openssl
# this rebuilds the `srcs.inc' and the .inc files it reads.

View File

@ -1,5 +1,5 @@
# $NetBSD: shlib_version,v 1.5 2003/07/24 14:28:57 itojun Exp $
# $NetBSD: shlib_version,v 1.6 2005/11/25 20:28:18 christos Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
major=3
major=4
minor=0