mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -35,17 +35,16 @@ static secuPWData pwdata = { PW_NONE, 0 };
|
|||
|
||||
SEC_ASN1_MKSUB(SECOID_AlgorithmIDTemplate)
|
||||
|
||||
SEC_ASN1Template CERTSignatureDataTemplate[] =
|
||||
{
|
||||
{ SEC_ASN1_SEQUENCE,
|
||||
0, NULL, sizeof(CERTSignedData) },
|
||||
{ SEC_ASN1_INLINE,
|
||||
offsetof(CERTSignedData, signatureAlgorithm),
|
||||
SEC_ASN1_SUB(SECOID_AlgorithmIDTemplate) },
|
||||
{ SEC_ASN1_BIT_STRING,
|
||||
offsetof(CERTSignedData, signature) },
|
||||
{ 0 }
|
||||
};
|
||||
SEC_ASN1Template CERTSignatureDataTemplate[] = {
|
||||
{ SEC_ASN1_SEQUENCE,
|
||||
0, NULL, sizeof(CERTSignedData) },
|
||||
{ SEC_ASN1_INLINE,
|
||||
offsetof(CERTSignedData, signatureAlgorithm),
|
||||
SEC_ASN1_SUB(SECOID_AlgorithmIDTemplate) },
|
||||
{ SEC_ASN1_BIT_STRING,
|
||||
offsetof(CERTSignedData, signature) },
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
static void
|
||||
Usage(char *progName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue