mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
merge 3.4 (#25569)
This commit is contained in:
commit
2463001a15
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,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