Skip to content

Commit ac908a4

Browse files
committed
lint
1 parent 01f8085 commit ac908a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/io.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ PyObject *aws_py_client_tls_ctx_new(PyObject *self, PyObject *args) {
426426
Py_ssize_t private_key_buffer_len;
427427
const char *pkcs12_filepath;
428428
const char *pkcs12_password;
429-
int verify_peer; /* p - boolean predicate */
430-
int no_certificate_revocation; /* p - boolean predicate */
429+
int verify_peer;
430+
int no_certificate_revocation;
431431
PyObject *py_pkcs11_lib;
432432
const char *pkcs11_user_pin;
433433
Py_ssize_t pkcs11_user_pin_len;

0 commit comments

Comments
 (0)