Update comment in verify_cb() callback.

This commit is contained in:
Nanang Izzuddin 2021-05-25 11:39:45 +07:00
parent d2689d33f2
commit 892942be47
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ static int password_cb(char *buf, int num, int rwflag, void *user_data)
}
/* SSL password callback.
/* SSL certificate verification result callback.
* Note that this callback seems to be always called from library worker
* thread, e.g: active socket on_read_complete callback, which should have
* already been equipped with race condition avoidance mechanism (should not