diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-07-12 00:33:16 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-12 00:33:16 +0200 |
commit | 3d2e1724cb4f2a38dfff493beac2f365c4d556f9 (patch) | |
tree | 3837dc23782c68a0391ab9115bef9b069c27b793 /RELEASE-NOTES | |
parent | 447c31ce9d62913302040304e3f3d9d43743c71f (diff) |
gnutls: fixed compilation against versions < 2.12.0
The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but
the code path in which they're referenced here is only ever used for
somewhat older GnuTLS versions. This caused undeclared identifier errors
when compiling against those.
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 03dc74530..3ef4e909f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,7 @@ This release includes the following bugfixes: o nss: fix a memory leak when CURLOPT_CRLFILE is used o gnutls: ignore invalid certificate dates with VERIFYPEER disabled o gnutls: fix SRP support with versions of GnuTLS from 2.99.0 + o gnutls: fixed compilation against versions < 2.12.0 o This release includes the following known bugs: |