summaryrefslogtreecommitdiffstats
path: root/fips/rand/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-16 15:52:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-16 15:52:12 +0000
commitfbbabb646c707b7c18a67a2724efe1a12bae15a7 (patch)
tree3b4c7c6837b2fcf1e585c5761c064096d5c05558 /fips/rand/Makefile
parent8cd3d99f573b7d8dd842e9b29726fb7c602ba735 (diff)
Add extensive DRBG selftest data and option to corrupt it in fips_test_suite.
Diffstat (limited to 'fips/rand/Makefile')
-rw-r--r--fips/rand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fips/rand/Makefile b/fips/rand/Makefile
index 0aade52d68..a309c400f6 100644
--- a/fips/rand/Makefile
+++ b/fips/rand/Makefile
@@ -23,9 +23,9 @@ APPS=
LIB=$(TOP)/libcrypto.a
LIBSRC= fips_rand.c fips_rand_selftest.c \
- fips_drbg_lib.c fips_drbg_hash.c fips_drbg_ctr.c
+ fips_drbg_lib.c fips_drbg_hash.c fips_drbg_ctr.c fips_drbg_selftest.c
LIBOBJ= fips_rand.o fips_rand_selftest.o \
- fips_drbg_lib.o fips_drbg_hash.o fips_drbg_ctr.o
+ fips_drbg_lib.o fips_drbg_hash.o fips_drbg_ctr.o fips_drbg_selftest.o
SRC= $(LIBSRC)