mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
8
security/nss/lib/libpkix/pkix/util/pkix_tools.c
Executable file → Normal file
8
security/nss/lib/libpkix/pkix/util/pkix_tools.c
Executable file → Normal file
|
|
@ -1073,7 +1073,6 @@ pkix_CacheCert_Lookup(
|
|||
(PKIX_PL_Object *)cert,
|
||||
plContext),
|
||||
PKIX_LISTAPPENDITEMFAILED);
|
||||
*pFound = PKIX_TRUE;
|
||||
} else {
|
||||
PKIX_DECREF(selectorError);
|
||||
}
|
||||
|
|
@ -1164,7 +1163,6 @@ pkix_CacheCert_Add(
|
|||
{
|
||||
PKIX_List *cachedKeys = NULL;
|
||||
PKIX_List *cachedValues = NULL;
|
||||
PKIX_List *cachedCerts = NULL;
|
||||
PKIX_PL_Date *cacheValidUntilDate = NULL;
|
||||
PKIX_PL_X500Name *subject = NULL;
|
||||
PKIX_Error *cachedCertError = NULL;
|
||||
|
|
@ -1221,12 +1219,9 @@ pkix_CacheCert_Add(
|
|||
plContext),
|
||||
PKIX_LISTAPPENDITEMFAILED);
|
||||
|
||||
PKIX_DUPLICATE(certs, &cachedCerts, plContext,
|
||||
PKIX_OBJECTDUPLICATELISTFAILED);
|
||||
|
||||
PKIX_CHECK(PKIX_List_AppendItem
|
||||
(cachedValues,
|
||||
(PKIX_PL_Object *)cachedCerts,
|
||||
(PKIX_PL_Object *)certs,
|
||||
plContext),
|
||||
PKIX_LISTAPPENDITEMFAILED);
|
||||
|
||||
|
|
@ -1248,7 +1243,6 @@ cleanup:
|
|||
PKIX_DECREF(subject);
|
||||
PKIX_DECREF(cachedKeys);
|
||||
PKIX_DECREF(cachedValues);
|
||||
PKIX_DECREF(cachedCerts);
|
||||
PKIX_DECREF(cacheValidUntilDate);
|
||||
PKIX_DECREF(cachedCertError);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue