Allow for dynamic base in Win64 FIPS module.

This commit is contained in:
Andy Polyakov
2011-09-14 20:48:49 +00:00
parent 93256bf5d1
commit 03e389cf04
36 changed files with 725 additions and 15 deletions

View File

@@ -140,8 +140,10 @@ static unsigned char out_g[] = {
};
__fips_constseg
static const unsigned char str1[]="12345678901234567890";
__fips_constseg
static const char rnd_seed[] = "string to make the random number generator think it has entropy";
int main(int argc, char **argv)