This commit is contained in:
Bruno Silvestre 2023-02-16 10:31:06 -03:00
parent dd8ba1fc92
commit 4f28db9f53

View File

@ -814,7 +814,7 @@ static unsigned int client_psk_cb(SSL *ssl, const char *hint, char *identity, un
}
/**
* Set a psk callback for client.
* Set a PSK callback for client.
*/
static int set_client_psk_cb(lua_State *L) {
p_context ctx = checkctx(L, 1);