From 8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Mar 2015 23:17:43 +0100 Subject: vtls: use curl_printf.h all over No need to use _MPRINTF_REPLACE internally. --- lib/vtls/gtls.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/vtls/gtls.c') diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c index 5b9188349..be14dcf90 100644 --- a/lib/vtls/gtls.c +++ b/lib/vtls/gtls.c @@ -53,9 +53,7 @@ #include "select.h" #include "rawstr.h" #include "warnless.h" - -#define _MPRINTF_REPLACE /* use our functions only */ -#include +#include "curl_printf.h" #include "curl_memory.h" /* The last #include file should be: */ #include "memdebug.h" -- cgit v1.2.3