diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-03-03 23:17:43 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-03 23:17:43 +0100 |
commit | 8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43 (patch) | |
tree | 6d4baad0c96a825e832c3295cef07732ac5f77df /lib/vtls/vtls.c | |
parent | dcf23b0cfe7797651df6e56b5e451415261676f0 (diff) | |
download | curl-8aabbf5f8cf1d6c0c2c2d978804a6965e1380e43.tar.gz |
vtls: use curl_printf.h all over
No need to use _MPRINTF_REPLACE internally.
Diffstat (limited to 'lib/vtls/vtls.c')
-rw-r--r-- | lib/vtls/vtls.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c index cf1df24e4..c411b9a73 100644 --- a/lib/vtls/vtls.c +++ b/lib/vtls/vtls.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -70,9 +70,7 @@ #include "curl_md5.h" #include "warnless.h" #include "curl_base64.h" - -#define _MPRINTF_REPLACE /* use our functions only */ -#include <curl/mprintf.h> +#include "curl_printf.h" /* The last #include file should be: */ #include "memdebug.h" |