diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-08-21 10:45:20 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-08-21 10:45:20 +0200 |
commit | 362e9cc89bb9fa93a92f19c3fd3cf593998077c4 (patch) | |
tree | feac7ce6d6aba97683334f2835e6eef5d87e6535 /docs/INTERNALS.md | |
parent | e29ff2be2f4ae0dace025672e0289104d58adb2a (diff) | |
download | curl-362e9cc89bb9fa93a92f19c3fd3cf593998077c4.tar.gz |
INTERNALS: require GnuTLS >= 2.11.3
Since the public pinning support was brought in e644866caf4. GnuTLS
2.11.3 was released in October 2010.
Figured out in #2890
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 459684ba2..ab04fec7e 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -78,7 +78,7 @@ Dependencies ------------ - OpenSSL 0.9.7 - - GnuTLS 1.2 + - GnuTLS 2.11.3 - zlib 1.1.4 - libssh2 0.16 - c-ares 1.6.0 |