◐ Shell
reader mode source ↗
Skip to content
Closed
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
4 changes: 1 addition & 3 deletions Modules/_ssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,9 +1257,7 @@ _get_crl_dp(X509 *certificate) {

done:
Py_XDECREF(lst);
#if OPENSSL_VERSION_NUMBER < 0x10001000L
sk_DIST_POINT_free(dps);
#endif
return res;
}

Expand Down
Toggle all file notes Toggle all file annotations