Commit 93ed946d authored by Benjamin Peterson's avatar Benjamin Peterson

rm trailing ws

parent c5919367
......@@ -3433,7 +3433,7 @@ PySSL_get_default_verify_paths(PyObject *self)
if (!tmp) { Py_INCREF(Py_None); target = Py_None; } \
else { target = PyBytes_FromString(tmp); } \
if (!target) goto error; \
}
}
CONVERT(X509_get_default_cert_file_env(), ofile_env);
CONVERT(X509_get_default_cert_file(), ofile);
......
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