openssl/crypto/ec
Richard Levitte 0f539dc1a2 Fix the update target and remove duplicate file updates
We had updates of certain header files in both Makefile.org and the
Makefile in the directory the header file lived in.  This is error
prone and also sometimes generates slightly different results (usually
just a comment that differs) depending on which way the update was
done.

This removes the file update targets from the top level Makefile, adds
an update: target in all Makefiles and has it depend on the depend: or
local_depend: targets, whichever is appropriate, so we don't get a
double run through the whole file tree.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-05-22 18:44:33 +02:00
..
asm bn/asm/armv8-mont.pl: boost performance. 2015-05-13 17:14:00 +02:00
ec2_mult.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ec2_oct.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ec2_smpl.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ec_ameth.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ec_asn1.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
ec_check.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ec_curve.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
ec_cvt.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ec_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ec_key.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
ec_lcl.h Re-align some comments after running the reformat script. 2015-01-22 09:20:10 +00:00
ec_lib.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
ec_mult.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
ec_oct.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ec_pmeth.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ec_print.c remove malloc casts 2015-04-28 15:28:14 -04:00
eck_prn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ecp_mont.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ecp_nist.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ecp_nistp224.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
ecp_nistp256.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
ecp_nistp521.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
ecp_nistputil.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecp_nistz256.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ecp_nistz256_table.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecp_oct.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
ecp_smpl.c free NULL cleanup 7 2015-04-30 21:37:06 -04:00
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00