From a96b90b66b242d596cd0d8d5dfa7b6f9c3f79520 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 24 Jun 2011 15:30:21 +0000 Subject: [PATCH] typo --- fips/rand/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips/rand/Makefile b/fips/rand/Makefile index 6034a5a1f8..1645504199 100644 --- a/fips/rand/Makefile +++ b/fips/rand/Makefile @@ -26,7 +26,7 @@ LIBSRC= fips_rand.c fips_rand_selftest.c fips_drbg_lib.c \ fips_drbg_hash.c fips_drbg_hmac.c fips_drbg_ctr.c \ fips_drbg_selftest.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_hmac.c fips_drbg_ctr.o \ + fips_drbg_hash.o fips_drbg_hmac.o fips_drbg_ctr.o \ fips_drbg_selftest.o fips_drbg_rand.o fips_rand_lib.o SRC= $(LIBSRC) -- 2.34.1