summaryrefslogtreecommitdiff
path: root/external/curl/asan-poison-nsspem.patch.0
blob: 1f490bd6bf8661a8981142b78295d782675e4c1b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- lib/vtls/nss.c
+++ lib/vtls/nss.c
@@ -1945,7 +1945,7 @@
 
   PK11_SetPasswordFunc(nss_get_password);
 
-  result = nss_load_module(&pem_module, pem_library, "PEM");
+  result = CURLE_FAILED_INIT;
   PR_Unlock(nss_initlock);
   if(result == CURLE_FAILED_INIT)
     infof(data, "WARNING: failed to load NSS PEM library %s. Using "