summaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_rand_selftest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 17:00:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 17:00:24 +0000
commit14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4 (patch)
tree3a416398be13f4406ee765c62ab2bcad7baeb9d2 /fips/rand/fips_rand_selftest.c
parent3710d1aae915b5d57c60d6862a75789ea107cc49 (diff)
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
that use it.
Diffstat (limited to 'fips/rand/fips_rand_selftest.c')
-rw-r--r--fips/rand/fips_rand_selftest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fips/rand/fips_rand_selftest.c b/fips/rand/fips_rand_selftest.c
index 2194a76cd1..f352cc6cd7 100644
--- a/fips/rand/fips_rand_selftest.c
+++ b/fips/rand/fips_rand_selftest.c
@@ -47,6 +47,8 @@
*
*/
+#define OPENSSL_FIPSAPI
+
#include <string.h>
#include <openssl/err.h>
#include <openssl/fips.h>