mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -980,8 +980,6 @@ AddNameConstraints(void *extHandle)
|
|||
GEN_BREAK(SECFailure);
|
||||
}
|
||||
|
||||
(void)SEC_ASN1EncodeInteger(arena, ¤t->min, 0);
|
||||
|
||||
if (!GetGeneralName(arena, ¤t->name, PR_TRUE)) {
|
||||
GEN_BREAK(SECFailure);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1002,9 +1002,12 @@ ListModules(void)
|
|||
|
||||
/* look at each slot*/
|
||||
for (le = list->head; le; le = le->next) {
|
||||
char *token_uri = PK11_GetTokenURI(le->slot);
|
||||
printf("\n");
|
||||
printf(" slot: %s\n", PK11_GetSlotName(le->slot));
|
||||
printf(" token: %s\n", PK11_GetTokenName(le->slot));
|
||||
printf(" uri: %s\n", token_uri);
|
||||
PORT_Free(token_uri);
|
||||
}
|
||||
PK11_FreeSlotList(list);
|
||||
|
||||
|
|
|
|||
|
|
@ -17,14 +17,6 @@
|
|||
#include <conio.h>
|
||||
#endif
|
||||
|
||||
#if defined(__sun) && !defined(SVR4)
|
||||
extern int fclose(FILE *);
|
||||
extern int fprintf(FILE *, char *, ...);
|
||||
extern int isatty(int);
|
||||
extern char *sys_errlist[];
|
||||
#define strerror(errno) sys_errlist[errno]
|
||||
#endif
|
||||
|
||||
#include "nspr.h"
|
||||
#include "prtypes.h"
|
||||
#include "prtime.h"
|
||||
|
|
@ -52,9 +44,10 @@ static int
|
|||
UpdateRNG(void)
|
||||
{
|
||||
char randbuf[RAND_BUF_SIZE];
|
||||
int fd, count;
|
||||
int fd;
|
||||
int c;
|
||||
int rv = 0;
|
||||
size_t count;
|
||||
#ifdef XP_UNIX
|
||||
cc_t orig_cc_min;
|
||||
cc_t orig_cc_time;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue