From fba28f19754f62b5227650143d5441fc86d4c7d7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 25 Apr 2018 21:33:33 +0200 Subject: Revert "Update NSS to 3.35-RTM" This reverts commit f1a0f0a56fdd0fc39f255174ce08c06b91c66c94. --- security/nss/cmd/strsclnt/strsclnt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'security/nss/cmd/strsclnt') diff --git a/security/nss/cmd/strsclnt/strsclnt.c b/security/nss/cmd/strsclnt/strsclnt.c index 7d259bd0a..f65e31913 100644 --- a/security/nss/cmd/strsclnt/strsclnt.c +++ b/security/nss/cmd/strsclnt/strsclnt.c @@ -886,10 +886,8 @@ PRBool LoggedIn(CERTCertificate *cert, SECKEYPrivateKey *key) { if ((cert->slot) && (key->pkcs11Slot) && - (!PK11_NeedLogin(cert->slot) || - PR_TRUE == PK11_IsLoggedIn(cert->slot, NULL)) && - (!PK11_NeedLogin(key->pkcs11Slot) || - PR_TRUE == PK11_IsLoggedIn(key->pkcs11Slot, NULL))) { + (PR_TRUE == PK11_IsLoggedIn(cert->slot, NULL)) && + (PR_TRUE == PK11_IsLoggedIn(key->pkcs11Slot, NULL))) { return PR_TRUE; } -- cgit v1.2.3