mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
change client_authority to client_verify.
This commit is contained in:
parent
31c0caf901
commit
56c33f85d4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user