mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +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
|
|
@ -13,7 +13,9 @@
|
|||
#include "secerr.h"
|
||||
|
||||
#ifdef USE_HW_AES
|
||||
#ifdef NSS_X86_OR_X64
|
||||
#include "intel-aes.h"
|
||||
#endif
|
||||
#include "rijndael.h"
|
||||
#endif
|
||||
|
||||
|
|
@ -207,7 +209,7 @@ CTR_Update(CTRContext *ctr, unsigned char *outbuf,
|
|||
return SECSuccess;
|
||||
}
|
||||
|
||||
#if defined(USE_HW_AES) && defined(_MSC_VER)
|
||||
#if defined(USE_HW_AES) && defined(_MSC_VER) && defined(NSS_X86_OR_X64)
|
||||
SECStatus
|
||||
CTR_Update_HW_AES(CTRContext *ctr, unsigned char *outbuf,
|
||||
unsigned int *outlen, unsigned int maxout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue