nss: use NSS_InitContext() to initialize NSS if available

NSS_InitContext() was introduced in NSS 3.12.5 and helps to prevent
collisions on NSS initialization/shutdown with other libraries.

Bug: https://bugzilla.redhat.com/738456
This commit is contained in:
Kamil Dudka
2012-04-10 15:42:34 +02:00
parent 42aa796150
commit 20cb12db8d
3 changed files with 47 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o nss: libcurl now uses NSS_InitContext() to prevent collisions if available [1]
o
This release includes the following known bugs:
@@ -29,4 +30,5 @@ advice from friends like these:
References to bug reports and discussions on issues:
[1] = https://bugzilla.redhat.com/738456