change client_authority to client_verify.

This commit is contained in:
Joris Vink 2019-11-18 20:30:52 +01:00
parent 31c0caf901
commit 56c33f85d4
1 changed files with 1 additions and 1 deletions

View File

@ -1940,7 +1940,7 @@ python_kore_domain(PyObject *self, PyObject *args, PyObject *kwargs)
return (NULL);
}
ca = python_string_from_dict(kwargs, "client_authority");
ca = python_string_from_dict(kwargs, "client_verify");
if (ca != NULL) {
python_long_from_dict(kwargs, "verify_depth", &depth);
if (depth < 0) {