summaryrefslogtreecommitdiff
path: root/security/gnutls/buildlink3.mk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-01-20 21:14:04 +0000
committeradam <adam@pkgsrc.org>2006-01-20 21:14:04 +0000
commit138d487004f1a4de1de5160053892bb3aaebb7d0 (patch)
treeaf3afd98b8ad63a10d3152e3d324c055820624d1 /security/gnutls/buildlink3.mk
parent5a50bc13eff1470a53902e6ee0f219c4385cf229 (diff)
downloadpkgsrc-138d487004f1a4de1de5160053892bb3aaebb7d0.tar.gz
Changes 1.3.3:
** New API to access the TLS master secret. When possible, you should use the TLS PRF functions instead. ** Improved handling when multiple libraries use GnuTLS at the same time. Now gnutls_global_init() can be called multiple times, and gnutls_global_deinit() will only deallocate the structure when it has been called as many times as gnutls_global_init() was called. ** Added a self test of TLS resume functionality. ** Fix crash in TLS resume code, caused by TLS/IA changes. ** Add 'const' keywords in various places, from Frediano ZIGLIO. ** The code was indented again, including the external header files. ** API and ABI modifications: New functions to retrieve the master secret value: gnutls_session_get_master_secret Add a 'const' keyword to existing API: gnutls_x509_crq_get_challenge_password
Diffstat (limited to 'security/gnutls/buildlink3.mk')
-rw-r--r--security/gnutls/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnutls/buildlink3.mk b/security/gnutls/buildlink3.mk
index 181d5a0cabc..b7c0cd88640 100644
--- a/security/gnutls/buildlink3.mk
+++ b/security/gnutls/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2005/12/31 11:20:11 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2006/01/20 21:14:04 adam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNUTLS_BUILDLINK3_MK:= ${GNUTLS_BUILDLINK3_MK}+
@@ -24,4 +24,4 @@ BUILDLINK_PKGSRCDIR.gnutls?= ../../security/gnutls
.include "../../security/libtasn1/buildlink3.mk"
.include "../../security/opencdk/buildlink3.mk"
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}