mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
fix build with older openssl (#25569)
This commit is contained in:
parent
2e4571a456
commit
806fb25405
1 changed files with 1 additions and 1 deletions
|
|
@ -1081,7 +1081,7 @@ _get_crl_dp(X509 *certificate) {
|
|||
done:
|
||||
Py_XDECREF(lst);
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10001000L
|
||||
sk_DIST_POINT_free(dsp);
|
||||
sk_DIST_POINT_free(dps);
|
||||
#endif
|
||||
return res;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue