blob: b348d44ee573aeb835bfd7dab16fab25da9003d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/vtls/nss.c
+++ lib/vtls/nss.c
@@ -1926,7 +1926,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 "
|