openssl/crypto/asn1
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
..
a_bitstr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_d2i_fp.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_digest.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_dup.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_gentm.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_i2d_fp.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_int.c Add functions to convert between uint64_t and ASN1_INTEGER. 2015-05-20 15:04:19 +01:00
a_mbstr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_object.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_octet.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_print.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_sign.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_strex.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_strnid.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_time.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_type.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_utctm.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_utf8.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
a_verify.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
ameth_lib.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn1_err.c Add scrypt PBE algorithm code. 2015-05-21 12:48:02 +01:00
asn1_gen.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn1_lib.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn1_locl.h Make asn1_ex_i2c, asn1_ex_c2i static. 2015-03-28 12:08:48 +00:00
asn1_par.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_mime.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_moid.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_mstbl.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
asn_pack.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bio_asn1.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
bio_ndef.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
charmap.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
charmap.pl RT1815: More const'ness improvements 2014-08-18 11:49:16 -04:00
d2i_pr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
d2i_pu.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
evp_asn1.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
f_int.c ASN1 INTEGER refactor. 2015-05-18 18:38:42 +01:00
f_string.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
i2d_pr.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
i2d_pu.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
n_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
nsseq.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
p5_pbe.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p5_pbev2.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p5_scrypt.c Add scrypt PBE algorithm code. 2015-05-21 12:48:02 +01:00
p8_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_bitst.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_crl.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_req.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_spki.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_x509.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
t_x509a.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
tasn_dec.c Initialize potentially uninitialized local variables 2015-05-06 13:06:46 +01:00
tasn_enc.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
tasn_fre.c Remove combine option from ASN.1 code. 2015-03-26 22:04:15 +00:00
tasn_new.c Use safer sizeof variant in malloc 2015-05-04 15:00:13 -04:00
tasn_prn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
tasn_scn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
tasn_typ.c Allocate string types directly. 2015-03-13 16:42:44 +00:00
tasn_utl.c free null cleanup finale 2015-05-01 10:02:07 -04:00
x_algor.c free NULL cleanup 8 2015-04-30 11:31:07 -04:00
x_bignum.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_crl.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_info.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_long.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_nx509.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
x_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_pubkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_req.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_sig.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_spki.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_val.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_x509.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
x_x509a.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00