diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-14 09:13:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-14 09:13:47 +0000 |
commit | eb16c0e1ebd56f0895ac475595a8fc70de98506a (patch) | |
tree | f358c54513592742608ae008c505511a83fc5762 /CHANGES | |
parent | 9c49e51f7e223d7e48c2551e888d92a5e3cf76a6 (diff) |
- Claes Jakobsson restored the configure functionality to detect NSS when
--with-nss is set but not "yes".
I think we can still improve that to check for pkg-config in that path etc,
but at least this patch brings back the same functionality we had before.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,7 +6,14 @@ Changelog + Daniel Stenberg (14 Nov 2009) +- Claes Jakobsson restored the configure functionality to detect NSS when + --with-nss is set but not "yes". + + I think we can still improve that to check for pkg-config in that path etc, + but at least this patch brings back the same functionality we had before. + - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE for the client certificate. It also disable the key name test as some engines can select a private key/cert automatically (When there is only one key |