commit | 2d0a5840feaa66eec65582bf39ebc864316d2487 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Thu Jul 06 14:07:53 2017 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Sat Oct 07 22:21:29 2017 +0100 |
tree | 435c0240bc71b81817e541eb2e9f666bfc5d6e99 | |
parent | 7d661f83e101027c66b8385fe4c5928e40cb2e1c [diff] |
Fix MSVC warning in sample programs The warning was caused because of conversions from size_t to int, which can cause data loss. The files affected are: * ssl_client2.c * ssl_server2.c * ssl_mail_client.c