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