openssl/crypto/ec
Richard Levitte bf42354620 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>
(cherry picked from commit 0f539dc1a2)

Conflicts:
	Makefile.org
	apps/Makefile
	test/Makefile
2015-05-23 06:25:12 +02:00
..
asm ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performance data. 2015-03-28 15:56:28 +01:00
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
ec.h Error checking and memory leak fixes in NISTZ256. 2015-04-27 16:37:19 +02:00
ec2_mult.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec2_oct.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec2_smpl.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ec_ameth.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_asn1.c Ensure EC private keys retain leading zeros 2015-03-31 16:38:20 +01:00
ec_check.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_curve.c FIPS build fixes. 2015-01-23 00:12:39 +00:00
ec_cvt.c FIPS build fixes. 2015-01-23 00:12:39 +00:00
ec_err.c Error checking and memory leak fixes in NISTZ256. 2015-04-27 16:37:19 +02:00
ec_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_lcl.h Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ec_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_mult.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ec_oct.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_pmeth.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ec_print.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
eck_prn.c Add sanity check to print_bin function 2015-04-30 23:21:53 +01:00
ecp_mont.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ecp_nist.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ecp_nistp224.c Avoid reading an unused byte after the buffer 2015-03-14 18:24:58 +01:00
ecp_nistp256.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ecp_nistp521.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ecp_nistputil.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ecp_nistz256.c NISTZ256: use EC_POINT API and check errors. 2015-04-27 19:50:19 +02:00
ecp_nistz256_table.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
ecp_oct.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ecp_smpl.c Re-align some comments after running the reformat script. 2015-01-22 09:31:48 +00:00
ectest.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00