From 8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> 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/nss.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/vtls/nss.c') diff --git a/lib/vtls/nss.c b/lib/vtls/nss.c index e201decce..24ffa5987 100644 --- a/lib/vtls/nss.c +++ b/lib/vtls/nss.c @@ -38,10 +38,7 @@ #include "select.h" #include "vtls.h" #include "llist.h" - -#define _MPRINTF_REPLACE /* use the internal *printf() functions */ -#include <curl/mprintf.h> - +#include "curl_printf.h" #include "nssg.h" #include <nspr.h> #include <nss.h> -- cgit v1.2.1