update NSS as-of pm27 rev 7606140ee

This commit is contained in:
Roy Tam 2020-09-04 22:55:34 +08:00
commit 8015bb7004
24 changed files with 1005 additions and 1400 deletions

View file

@ -99,6 +99,7 @@ int
secmod_GetSystemFIPSEnabled(void)
{
#ifdef LINUX
#ifndef NSS_FIPS_DISABLED
FILE *f;
char d;
size_t size;
@ -116,6 +117,7 @@ secmod_GetSystemFIPSEnabled(void)
if (d == '1') {
return 1;
}
#endif
#endif
return 0;
}