Skip to content

Commit 1ee4898

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

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
@@ -1576,8 +1576,8 @@ _get_aia_uri(X509 *certificate, int nid) {
15761576
}
15771577
uri = ad->location->d.uniformResourceIdentifier;
15781578
ostr = PyUnicode_FromStringAndSize(
1579-
(const char *)ASN1_STRING_get0_data(uri),
1580-
ASN1_STRING_length(uri));
1579+
(const char *)ASN1_STRING_get0_data(uri),
1580+
ASN1_STRING_length(uri));
15811581
if (ostr == NULL) {
15821582
goto fail;
15831583
}

0 commit comments

Comments
 (0)