This commit is contained in:
Benjamin Peterson 2015-11-14 00:11:09 -08:00
commit 2463001a15
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}