rm trailing ws

This commit is contained in:
Benjamin Peterson 2015-11-14 15:12:38 -08:00
parent f0c9038a36
commit 025a1fd990
1 changed files with 1 additions and 1 deletions

View File

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