Commit 025a1fd9 authored by Benjamin Peterson's avatar Benjamin Peterson

rm trailing ws

parent f0c9038a
......@@ -3380,7 +3380,7 @@ PySSL_get_default_verify_paths(PyObject *self)
else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \
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