vtls/nssg.h: fixed include references to moved file

This commit is contained in:
Marc Hoersken 2014-01-03 00:32:05 +01:00
parent 42100cdead
commit 61288cbdef
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
#include <curl/mprintf.h>
#if defined(USE_NSS)
#include "nssg.h"
#include "vtls/nssg.h"
#elif defined(USE_WINDOWS_SSPI)
#include "curl_sspi.h"
#endif

View File

@ -42,7 +42,7 @@
#include "curl_memory.h"
#ifdef USE_NSS
#include "nssg.h" /* for Curl_nss_force_init() */
#include "vtls/nssg.h" /* for Curl_nss_force_init() */
#endif
#define _MPRINTF_REPLACE /* use our functions only */