X-Git-Url: https://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=9004e127a040c9a70500128598f5930c05e8eb84;hb=cba16944bff9d8c5dcf37be641822cd3de6d2ec1;hp=17e1efbdff3014a28d161caaa7c31af603e0e492;hpb=c98ba9d03213d0c63d6874539d59f7b55fbc3fae;p=openssl-gost%2Fengine.git diff --git a/Makefile b/Makefile index 17e1efb..9004e12 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) LIB=$(TOP)/libcrypto.a -LIBSRC= gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gosthash.c gost_keywrap.c gost_md.c gost_params.c gost_pmeth.c gost_sign.c +LIBSRC= gost_md2012.c gosthash2012.c gost_ec_sign.c gost_ec_keyx.c gost89.c gost94_keyx.c gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gosthash.c gost_keywrap.c gost_md.c gost_params.c gost_pmeth.c gost_sign.c -LIBOBJ= e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o +LIBOBJ= gost_md2012.o gosthash2012.o e_gost_err.o gost_ec_keyx.o gost_ec_sign.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o SRC=$(LIBSRC) @@ -89,39 +89,54 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -gost2001.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h -gost2001.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -gost2001.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -gost2001.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -gost2001.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h -gost2001.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h -gost2001.o: ../../include/openssl/err.h ../../include/openssl/evp.h -gost2001.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -gost2001.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h -gost2001.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -gost2001.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h -gost2001.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h -gost2001.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -gost2001.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -gost2001.o: e_gost_err.h gost2001.c gost89.h gost_lcl.h gost_params.h -gost2001.o: gosthash.h -gost2001_keyx.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h -gost2001_keyx.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -gost2001_keyx.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h -gost2001_keyx.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -gost2001_keyx.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h -gost2001_keyx.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h -gost2001_keyx.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -gost2001_keyx.o: ../../include/openssl/obj_mac.h -gost2001_keyx.o: ../../include/openssl/objects.h -gost2001_keyx.o: ../../include/openssl/opensslconf.h -gost2001_keyx.o: ../../include/openssl/opensslv.h -gost2001_keyx.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -gost2001_keyx.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h -gost2001_keyx.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -gost2001_keyx.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h -gost2001_keyx.o: ../../include/openssl/x509_vfy.h e_gost_err.h gost2001_keyx.c -gost2001_keyx.o: gost2001_keyx.h gost89.h gost_keywrap.h gost_lcl.h gosthash.h +gost_ec_sign.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h +gost_ec_sign.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +gost_ec_sign.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h +gost_ec_sign.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +gost_ec_sign.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h +gost_ec_sign.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h +gost_ec_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h +gost_ec_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +gost_ec_sign.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h +gost_ec_sign.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +gost_ec_sign.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h +gost_ec_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h +gost_ec_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +gost_ec_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h +gost_ec_sign.o: e_gost_err.h gost_ec_sign.c gost89.h gost_lcl.h gost_params.h +gost_ec_sign.o: gosthash.h +gost_ec_keyx.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h +gost_ec_keyx.o: ../../include/openssl/bio.h ../../include/openssl/bn.h +gost_ec_keyx.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h +gost_ec_keyx.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h +gost_ec_keyx.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h +gost_ec_keyx.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h +gost_ec_keyx.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h +gost_ec_keyx.o: ../../include/openssl/obj_mac.h +gost_ec_keyx.o: ../../include/openssl/objects.h +gost_ec_keyx.o: ../../include/openssl/opensslconf.h +gost_ec_keyx.o: ../../include/openssl/opensslv.h +gost_ec_keyx.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h +gost_ec_keyx.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h +gost_ec_keyx.o: ../../include/openssl/sha.h ../../include/openssl/stack.h +gost_ec_keyx.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h +gost_ec_keyx.o: ../../include/openssl/x509_vfy.h e_gost_err.h gost_ec_keyx.c +gost_ec_keyx.o: gost89.h gost_keywrap.h gost_lcl.h gosthash.h +gosthash2012.o: gosthash2012_const.h +gosthash2012.o: gosthash2012.c gosthash2012.h +gosthash2012.o: gosthash2012_precalc.h gosthash2012_ref.h +gost_md2012.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h +gost_md2012.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +gost_md2012.o: ../../include/openssl/evp.h ../../include/openssl/obj_mac.h +gost_md2012.o: ../../include/openssl/objects.h +gost_md2012.o: ../../include/openssl/opensslconf.h +gost_md2012.o: ../../include/openssl/opensslv.h +gost_md2012.o: ../../include/openssl/ossl_typ.h +gost_md2012.o: ../../include/openssl/safestack.h +gost_md2012.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h +gost_md2012.o: gosthash2012_const.h +gost_md2012.o: gosthash2012.h gosthash2012_precalc.h +gost_md2012.o: gosthash2012_ref.h gost_md2012.c gost89.o: gost89.c gost89.h gost94_keyx.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost94_keyx.o: ../../include/openssl/bio.h ../../include/openssl/bn.h @@ -143,6 +158,7 @@ gost94_keyx.o: gost94_keyx.c gost_keywrap.h gost_lcl.h gosthash.h gost_ameth.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h gost_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h +gost_ameth.o: ../../include/openssl/conf.h gost_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h gost_ameth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h gost_ameth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h @@ -154,6 +170,7 @@ gost_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h gost_ameth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h gost_ameth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h gost_ameth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h +gost_ameth.o: ../../include/openssl/x509v3.h gost_ameth.o: ../../include/openssl/x509_vfy.h e_gost_err.h gost89.h gost_ameth.o: gost_ameth.c gost_lcl.h gost_params.h gosthash.h gost_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h @@ -242,6 +259,7 @@ gost_params.o: ../../include/openssl/symhacks.h gost_params.c gost_params.h gost_pmeth.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h gost_pmeth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h gost_pmeth.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h +gost_pmeth.o: ../../include/openssl/cms.h ../../include/openssl/err.h gost_pmeth.o: ../../include/openssl/crypto.h ../../include/openssl/dsa.h gost_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h gost_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h