Don't use global variables. Instead, use a function that returns the
authorRichard Levitte <levitte@openssl.org>
Fri, 16 Apr 2004 09:52:50 +0000 (09:52 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 16 Apr 2004 09:52:50 +0000 (09:52 +0000)
commit9e9f48f0b1f4cdf7e5020035b49c591a6871acd4
treea2ae2204d3cf0f4582d47b030c8236a913935fe3
parent0cd83fa5869a14362af2c782507a93f748185b4b
Don't use global variables.  Instead, use a function that returns the
proper value.

There are a few more spots where FIPS makes use of global variables.
This is problematic on some non-Unix platforms.  I will deal with them
later.
fips/fingerprint.sha1
fips/fips.c
fips/rand/fingerprint.sha1
fips/rand/fips_rand.c
fips/rand/fips_rand.h
fips/rand/fips_randtest.c