Andres AG 0b736db0f3 Remove use of inttypes.h in MSVC from ssl_server2
The sample application programs/ssl/ssl_server2.c was previously
modifies to use inttypes.h to parse a string to a 64-bit integer.
However, MSVC does not support C99, so compilation fails. This
patch modifies the sample app to use the MSVC specific parsing
functions instead of inttypes.h.
2017-03-01 23:24:35 +00:00
..
2015-09-04 14:21:07 +02:00
2015-09-04 14:21:07 +02:00
2015-11-02 06:34:29 +09:00
2015-10-09 12:13:29 +01:00
2015-09-04 14:21:07 +02:00