diff options
| author | jsing <> | 2021-12-15 18:00:32 +0000 |
|---|---|---|
| committer | jsing <> | 2021-12-15 18:00:32 +0000 |
| commit | 296d3ca5cd57dd602c85743229a5e6ef58976edc (patch) | |
| tree | 582bd7e91dc07b37e1a88c57120d362994f5a80b /src/lib/libcrypto/Makefile | |
| parent | e135a3ba22c8b5c9463cad3035704d99945030ac (diff) | |
| download | openbsd-296d3ca5cd57dd602c85743229a5e6ef58976edc.tar.gz openbsd-296d3ca5cd57dd602c85743229a5e6ef58976edc.tar.bz2 openbsd-296d3ca5cd57dd602c85743229a5e6ef58976edc.zip | |
Consolidate various ASN.1 code.
Rather than having multiple files per type (with minimal code per file),
use one file per type (a_<type>.c).
No functional change.
Discussed with tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index c7d84b437b..64b5cebd05 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.56 2021/12/14 17:35:21 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.57 2021/12/15 18:00:31 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -53,16 +53,16 @@ SRCS+= aes_ctr.c aes_ige.c aes_wrap.c | |||
| 53 | 53 | ||
| 54 | # asn1/ | 54 | # asn1/ |
| 55 | SRCS+= a_object.c a_bitstr.c a_time.c a_int.c a_octet.c a_pkey.c a_pubkey.c | 55 | SRCS+= a_object.c a_bitstr.c a_time.c a_int.c a_octet.c a_pkey.c a_pubkey.c |
| 56 | SRCS+= a_print.c a_type.c a_dup.c a_d2i_fp.c a_i2d_fp.c | 56 | SRCS+= a_print.c a_type.c a_dup.c a_d2i_fp.c a_i2d_fp.c a_string.c |
| 57 | SRCS+= a_enum.c a_utf8.c a_sign.c a_digest.c a_verify.c a_mbstr.c a_strex.c | 57 | SRCS+= a_enum.c a_utf8.c a_sign.c a_digest.c a_verify.c a_mbstr.c a_strex.c |
| 58 | SRCS+= x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c | 58 | SRCS+= x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c |
| 59 | SRCS+= x_long.c x_name.c x_x509.c x_x509a.c x_crl.c x_info.c x_spki.c nsseq.c | 59 | SRCS+= x_long.c x_name.c x_x509.c x_x509a.c x_crl.c x_info.c x_spki.c nsseq.c |
| 60 | SRCS+= x_nx509.c | 60 | SRCS+= x_nx509.c |
| 61 | SRCS+= t_req.c t_x509.c t_x509a.c t_crl.c t_pkey.c t_spki.c t_bitst.c | 61 | SRCS+= t_req.c t_x509.c t_x509a.c t_crl.c t_pkey.c t_spki.c |
| 62 | SRCS+= tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c | 62 | SRCS+= tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c |
| 63 | SRCS+= tasn_prn.c ameth_lib.c | 63 | SRCS+= tasn_prn.c ameth_lib.c |
| 64 | SRCS+= f_int.c f_string.c n_pkey.c | 64 | SRCS+= n_pkey.c |
| 65 | SRCS+= f_enum.c x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c | 65 | SRCS+= x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c |
| 66 | SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_strnid.c | 66 | SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_strnid.c |
| 67 | SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c | 67 | SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c |
| 68 | SRCS+= a_time_tm.c asn1_types.c | 68 | SRCS+= a_time_tm.c asn1_types.c |
