diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-06-01 15:03:30 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-01 21:06:09 +0200 |
commit | efc7c1d86f1543870712d1a0ef4eecd67e933921 (patch) | |
tree | 17ce234c855375f1378ee598b9bcf003c51d5531 /docs/KNOWN_BUGS | |
parent | 4eafc6c249cd390938cc3216e07571e0fc885bb3 (diff) | |
download | curl-efc7c1d86f1543870712d1a0ef4eecd67e933921.tar.gz |
typecheck-gcc.h: check CURLINFO_CERTINFO
... and update the certinfo.c example accordingly.
Fixes https://github.com/curl/curl/issues/846
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 4415ce211..517cd144a 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -49,7 +49,6 @@ problems may have been fixed or changed somewhat since this was written! 5.7 Visual Studio project gaps 5.8 configure finding libs in wrong directory 5.9 Utilize Requires.private directives in libcurl.pc - 5.10 Fix the gcc typechecks 6. Authentication 6.1 NTLM authentication and unicode @@ -364,14 +363,6 @@ problems may have been fixed or changed somewhat since this was written! https://github.com/curl/curl/issues/864 -5.10 Fix the gcc typechecks - - Issue #846 identifies a problem with the gcc-typechecks and how the types are - documented and checked for CURLINFO_CERTINFO but our attempts to fix the - issue were futile and needs more attention. - - https://github.com/curl/curl/issues/846 - 6. Authentication 6.1 NTLM authentication and unicode |