diff options
author | Han Han <hhan@thousandeyes.com> | 2018-08-22 11:13:32 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-06 08:27:15 +0200 |
commit | 3f3b26d6feb0667714902e836af608094235fca2 (patch) | |
tree | 40233ba07978511da7e8a0d958261d3fda65169b /tests/data/test630 | |
parent | 0029aabc5620563a840ea13b313f29ea2a9b395e (diff) |
ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
Long live CURLE_PEER_FAILED_VERIFICATION
Diffstat (limited to 'tests/data/test630')
-rw-r--r-- | tests/data/test630 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test630 b/tests/data/test630 index bb19590be..ffde8ea54 100644 --- a/tests/data/test630 +++ b/tests/data/test630 @@ -25,7 +25,7 @@ SFTP incorrect host key # Verify data after the test has been "shot" <verify> <errorcode> -51 +60 </errorcode> <valgrind> disable |