aboutsummaryrefslogtreecommitdiffstats
path: root/fips/rand/Makefile
diff options
context:
space:
mode:
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 8147951ca5..bcf68dcb81 100644
--- a/fips/rand/Makefile
+++ b/fips/rand/Makefile
@@ -24,10 +24,10 @@ 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_selftest.c \
- fips_drbg_rand.c
+ fips_drbg_rand.c fips_rand_lib.c
LIBOBJ= fips_rand.o fips_rand_selftest.o \
fips_drbg_lib.o fips_drbg_hash.o fips_drbg_ctr.o fips_drbg_selftest.o \
- fips_drbg_rand.o
+ fips_drbg_rand.o fips_rand_lib.o
SRC= $(LIBSRC)