diff options
author | Kamil Dudka <kdudka@redhat.com> | 2013-01-15 12:58:08 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2013-01-15 13:20:56 +0100 |
commit | 26613d781725e39b0f601301a65c64e146977d8f (patch) | |
tree | 793e518dc251c898880f948d0a58348f04a32bb1 /RELEASE-NOTES | |
parent | 18e7c14f307c7a19af3db0762a250ad51844ebf0 (diff) |
nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE
Do not use the error messages from NSS for errors not occurring in NSS.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c809d35fd..2b7676f79 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -28,6 +28,7 @@ This release includes the following bugfixes: o build: fix AIX compilation and usage of events/revents o VC Makefiles: add missing hostcheck o nss: clear session cache if a client certificate from file is used + o nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE This release includes the following known bugs: |