_ssl_: Fix compiler warning (#3559)
Cast Py_buffer.len (Py_ssize_t, signed) to size_t (unsigned) to prevent the following warning: Modules/_ssl.c:3089:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
V
Victor Stinner committed
5a61559fb0776a9a0f08294ec9003cea13940430
Parent: dae0276
Committed by Christian Heimes <christian@python.org>
on 9/14/2017, 8:10:30 AM