Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib move all pqueue.h headers to libcrypto.
details: https://anonhg.NetBSD.org/src/rev/a3ce537716bb
branches: trunk
changeset: 586756:a3ce537716bb
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 31 00:14:35 2005 +0000
description:
move all pqueue.h headers to libcrypto.
diffstat:
lib/libcrypto/Makefile | 4 ++--
lib/libssl/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 57a650642d4c -r a3ce537716bb lib/libcrypto/Makefile
--- a/lib/libcrypto/Makefile Sat Dec 31 00:08:34 2005 +0000
+++ b/lib/libcrypto/Makefile Sat Dec 31 00:14:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2005/12/31 00:04:51 christos Exp $
+# $NetBSD: Makefile,v 1.45 2005/12/31 00:14:35 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -74,7 +74,7 @@
obj_mac.h objects.h ocsp.h opensslconf.h opensslv.h ossl_typ.h \
pem.h pem2.h pkcs12.h pkcs7.h rand.h rc2.h rc4.h ripemd.h \
rsa.h safestack.h sha.h stack.h store.h symhacks.h tmdiff.h txt_db.h \
- ui.h ui_compat.h x509.h x509_vfy.h x509v3.h pq_compat.h
+ ui.h ui_compat.h x509.h x509_vfy.h x509v3.h pqueue.h pq_compat.h
# des_old.h
# IDEA - patented, but we install the header anyways
diff -r 57a650642d4c -r a3ce537716bb lib/libssl/Makefile
--- a/lib/libssl/Makefile Sat Dec 31 00:08:34 2005 +0000
+++ b/lib/libssl/Makefile Sat Dec 31 00:14:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/11/25 20:28:18 christos Exp $
+# $NetBSD: Makefile,v 1.13 2005/12/31 00:14:35 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -41,7 +41,7 @@
.endif
# This is from the include/openssl directory; see ../libcrypto/Makefile
-INCS= dtls1.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h kssl.h pqueue.h pq_compat.h
+INCS= dtls1.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h kssl.h
INCSDIR=/usr/include/openssl
# this rebuilds the `srcs.inc' and the .inc files it reads.
Home |
Main Index |
Thread Index |
Old Index