@@ -23,10 +23,10 @@ APPS=
23
23
24
24
LIB =$(TOP ) /libcrypto.a
25
25
LIBSRC = fips_rand.c fips_rand_selftest.c fips_drbg_lib.c \
26
- fips_drbg_hash.c fips_drbg_hmac.c fips_drbg_ctr.c fips_drbg_ec.c \
26
+ fips_drbg_hash.c fips_drbg_hmac.c fips_drbg_ctr.c \
27
27
fips_drbg_selftest.c fips_drbg_rand.c fips_rand_lib.c
28
28
LIBOBJ = fips_rand.o fips_rand_selftest.o fips_drbg_lib.o \
29
- fips_drbg_hash.o fips_drbg_hmac.o fips_drbg_ctr.o fips_drbg_ec.o \
29
+ fips_drbg_hash.o fips_drbg_hmac.o fips_drbg_ctr.o \
30
30
fips_drbg_selftest.o fips_drbg_rand.o fips_rand_lib.o
31
31
32
32
SRC = $(LIBSRC )
@@ -105,18 +105,6 @@ fips_drbg_ctr.o: ../../include/openssl/ossl_typ.h
105
105
fips_drbg_ctr.o : ../../include/openssl/safestack.h
106
106
fips_drbg_ctr.o : ../../include/openssl/stack.h ../../include/openssl/symhacks.h
107
107
fips_drbg_ctr.o : fips_drbg_ctr.c fips_rand_lcl.h
108
- fips_drbg_ec.o : ../../include/openssl/aes.h ../../include/openssl/asn1.h
109
- fips_drbg_ec.o : ../../include/openssl/bio.h ../../include/openssl/bn.h
110
- fips_drbg_ec.o : ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
111
- fips_drbg_ec.o : ../../include/openssl/ec.h ../../include/openssl/evp.h
112
- fips_drbg_ec.o : ../../include/openssl/fips.h ../../include/openssl/fips_rand.h
113
- fips_drbg_ec.o : ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h
114
- fips_drbg_ec.o : ../../include/openssl/objects.h
115
- fips_drbg_ec.o : ../../include/openssl/opensslconf.h
116
- fips_drbg_ec.o : ../../include/openssl/opensslv.h
117
- fips_drbg_ec.o : ../../include/openssl/ossl_typ.h
118
- fips_drbg_ec.o : ../../include/openssl/safestack.h ../../include/openssl/stack.h
119
- fips_drbg_ec.o : ../../include/openssl/symhacks.h fips_drbg_ec.c fips_rand_lcl.h
120
108
fips_drbg_hash.o : ../../include/openssl/aes.h ../../include/openssl/asn1.h
121
109
fips_drbg_hash.o : ../../include/openssl/bio.h ../../include/openssl/crypto.h
122
110
fips_drbg_hash.o : ../../include/openssl/e_os2.h ../../include/openssl/ec.h
0 commit comments