summaryrefslogtreecommitdiff
path: root/lib/vtls/gskit.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-03-03 23:17:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-03-03 23:17:43 +0100
commit8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43 (patch)
tree6d4baad0c96a825e832c3295cef07732ac5f77df /lib/vtls/gskit.c
parentdcf23b0cfe7797651df6e56b5e451415261676f0 (diff)
downloadgnurl-8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43.tar.gz
gnurl-8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43.tar.bz2
gnurl-8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43.zip
vtls: use curl_printf.h all over
No need to use _MPRINTF_REPLACE internally.
Diffstat (limited to 'lib/vtls/gskit.c')
-rw-r--r--lib/vtls/gskit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/vtls/gskit.c b/lib/vtls/gskit.c
index 74a7bc078..d884bd4c4 100644
--- a/lib/vtls/gskit.c
+++ b/lib/vtls/gskit.c
@@ -74,9 +74,7 @@
#include "select.h"
#include "strequal.h"
#include "x509asn1.h"
-
-#define _MPRINTF_REPLACE /* use our functions only */
-#include <curl/mprintf.h>
+#include "curl_printf.h"
#include "curl_memory.h"
/* The last #include file should be: */