diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-02 21:05:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-02 21:05:56 +0000 |
commit | 428741d7cfe2ca4bed0d8dc5872ccef6af0da19c (patch) | |
tree | 4db8e30d0d9b3ffda1bde41283ac820884cb5fe2 | |
parent | 6fa624cf8ca1f2880515344fff5e18039123f6cd (diff) |
clarify CURLE_SSL_CERTPROBLEM somewhat
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index 0c37c3d76..de28c2d41 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -174,7 +174,7 @@ Failure with receiving network data. .IP "CURLE_SHARE_IN_USE (57)" Share is in use .IP "CURLE_SSL_CERTPROBLEM (58)" -problem with the local certificate +problem with the local client certificate .IP "CURLE_SSL_CIPHER (59)" couldn't use specified cipher .IP "CURLE_SSL_CACERT (60)" |