Skip to content

Commit 06f63d5

Browse files
davidbenpicnixz
andauthored
Update Modules/_ssl.c
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 1ee4898 commit 06f63d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_ssl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1644,8 +1644,8 @@ _get_crl_dp(X509 *certificate) {
16441644
}
16451645
uri = gn->d.uniformResourceIdentifier;
16461646
ouri = PyUnicode_FromStringAndSize(
1647-
(const char *)ASN1_STRING_get0_data(uri),
1648-
ASN1_STRING_length(uri));
1647+
(const char *)ASN1_STRING_get0_data(uri),
1648+
ASN1_STRING_length(uri));
16491649
if (ouri == NULL)
16501650
goto done;
16511651

0 commit comments

Comments
 (0)