diff options
author | Kamil Dudka <kdudka@redhat.com> | 2014-01-29 13:03:46 +0100 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2014-01-29 13:57:21 +0100 |
commit | 665c160f0a4635565b44704ca281d2a03e715d6d (patch) | |
tree | 04c7628337db5fc9d8ec0878c1d1be4f99e1bd0f /RELEASE-NOTES | |
parent | e15e73b741a2ddc88d166d2cec86d2bebb5d349e (diff) |
nss: do not use the NSS_ENABLE_ECC define
It is not provided by NSS public headers.
Bug: https://bugzilla.redhat.com/1058776
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 70d5e7a6c..90065ac27 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,6 +13,7 @@ This release includes the following changes: This release includes the following bugfixes: + o nss: allow to use ECC ciphers if NSS implements them [1] o This release includes the following known bugs: @@ -28,4 +29,4 @@ advice from friends like these: References to bug reports and discussions on issues: - [1] = + [1] = https://bugzilla.redhat.com/1058776 |