From: Dr. Stephen Henson Date: Fri, 24 Jun 2011 15:30:21 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL-fips-2_0-rc1~291 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a96b90b66b242d596cd0d8d5dfa7b6f9c3f79520;p=oweals%2Fopenssl.git typo --- 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)