1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 16:18:48 -05:00

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> #include <curl/mprintf.h>
#if defined(USE_NSS) #if defined(USE_NSS)
#include "nssg.h" #include "vtls/nssg.h"
#elif defined(USE_WINDOWS_SSPI) #elif defined(USE_WINDOWS_SSPI)
#include "curl_sspi.h" #include "curl_sspi.h"
#endif #endif

View File

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