typo
authorDr. Stephen Henson <steve@openssl.org>
Fri, 24 Jun 2011 15:30:21 +0000 (15:30 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 24 Jun 2011 15:30:21 +0000 (15:30 +0000)
fips/rand/Makefile

index 6034a5a1f82cd75ba0f5e80968d110a689e27d29..164550419942901955c632731205c91ca74c9594 100644 (file)
@@ -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)