Commit 2463001a authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.4 (#25569)

parents 97ce0faa 806fb254
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment