vtls/nssg.h: fixed include references to moved file
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 2 Jan 2014 23:32:05 +0000 (00:32 +0100)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 2 Jan 2014 23:32:05 +0000 (00:32 +0100)
lib/curl_ntlm.c
lib/curl_sasl.c

index 389ff66c88d5725b1640ff7744f1bef3d7ed140f..a14a9b65ab0aa72775ba418993ffadb98b1e1da4 100644 (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
index 4092d3eaa10ab23945ae3cbff4c6bb031540e16c..d25a9112b0a63a8dc0c6817d7121e61a5367414a 100644 (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 */