]> granicus.if.org Git - curl/commit
mbedtls: fix includes so snprintf() works
authorDaniel Stenberg <daniel@haxx.se>
Tue, 24 May 2016 10:14:18 +0000 (12:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 24 May 2016 10:14:18 +0000 (12:14 +0200)
commitb15a17c702eff70c79b384c07d20272c2495d583
treeb90f5376b799033c469500ff9df9a75e1b4b8052
parent0a2422753f4849988cd9e86e835597cd34c14c83
mbedtls: fix includes so snprintf() works

Regression from the previous *printf() rearrangements, this file missed to
include the correct header to make sure snprintf() works universally.

Reported-by: Moti Avrahami
Bug: https://curl.haxx.se/mail/lib-2016-05/0196.html
lib/vtls/mbedtls.c