X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2FMakefile;h=1a65b468938fc03d4e28c6540bbb21bf7335f61f;hb=84cf97af0691290d53c0a51807fa15f0843219ef;hp=81ac1c2d7ce8b1320fb07bf61c14b7706fb73e1d;hpb=a95fb9e35824b479ee208c504fc3824827b3fdcd;p=oweals%2Fopenssl.git diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile index 81ac1c2d7c..1a65b46893 100644 --- a/crypto/evp/Makefile +++ b/crypto/evp/Makefile @@ -68,6 +68,8 @@ tests: lint: lint -DLINT $(INCLUDES) $(SRC)>fluff +update: depend + depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) @@ -768,3 +770,12 @@ pmeth_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h pmeth_lib.o: ../../include/openssl/x509_vfy.h ../include/internal/asn1_int.h pmeth_lib.o: ../include/internal/cryptlib.h ../include/internal/evp_int.h pmeth_lib.o: pmeth_lib.c +scrypt.o: ../../include/internal/numbers.h ../../include/openssl/asn1.h +scrypt.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h +scrypt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +scrypt.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h +scrypt.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h +scrypt.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h +scrypt.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h +scrypt.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +scrypt.o: scrypt.c