mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
nss: update to 3.44.1, with vc2013 fix and gyp fix
This commit is contained in:
parent
a2ef5fcde7
commit
d4b834111b
553 changed files with 1515569 additions and 1130 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "blapi.h"
|
||||
|
||||
#define FREEBL_VERSION 0x0314
|
||||
#define FREEBL_VERSION 0x0315
|
||||
|
||||
struct FREEBLVectorStr {
|
||||
|
||||
|
|
@ -759,6 +759,12 @@ struct FREEBLVectorStr {
|
|||
|
||||
/* Version 3.020 came to here */
|
||||
|
||||
SECStatus (*p_ChaCha20_Xor)(unsigned char *output, const unsigned char *block,
|
||||
unsigned int len, const unsigned char *k,
|
||||
const unsigned char *nonce, PRUint32 ctr);
|
||||
|
||||
/* Version 3.021 came to here */
|
||||
|
||||
/* Add new function pointers at the end of this struct and bump
|
||||
* FREEBL_VERSION at the beginning of this file. */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue