Skip to content
Snippets Groups Projects
Commit 61288cbd authored by Marc Hoersken's avatar Marc Hoersken
Browse files

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

parent 42100cde
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment