summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-24 15:30:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-24 15:30:21 +0000
commita96b90b66b242d596cd0d8d5dfa7b6f9c3f79520 (patch)
treea85e0fe7072f64538b68ac81846322892184e640
parentd1a70cc9eb709f6606f9d5c74a244ebc09910180 (diff)
typo
-rw-r--r--fips/rand/Makefile2
1 files changed, 1 insertions, 1 deletions
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)