diff options
author | jsing <> | 2021-12-13 17:56:15 +0000 |
---|---|---|
committer | jsing <> | 2021-12-13 17:56:15 +0000 |
commit | 25aac5d1fc2e9c4ccd3905a8a524d5b599ded2a5 (patch) | |
tree | 627baa4d9105256ca1d598d3545392268a047192 /src/lib/libcrypto/Makefile | |
parent | f8a3a6353443409a9aee5aaf6db217845c36f726 (diff) | |
download | openbsd-25aac5d1fc2e9c4ccd3905a8a524d5b599ded2a5.tar.gz openbsd-25aac5d1fc2e9c4ccd3905a8a524d5b599ded2a5.tar.bz2 openbsd-25aac5d1fc2e9c4ccd3905a8a524d5b599ded2a5.zip |
Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().
Convert these to templated ASN.1, given we already have ASN1_BOOLEAN_it.
ok inoguchi@ tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 2d4bd46070..df4649acaa 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.54 2021/12/12 21:23:47 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.55 2021/12/13 17:56:15 jsing Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -62,7 +62,7 @@ SRCS+= t_req.c t_x509.c t_x509a.c t_crl.c t_pkey.c t_spki.c t_bitst.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+= f_int.c f_string.c n_pkey.c |
65 | SRCS+= f_enum.c x_pkey.c a_bool.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c | 65 | SRCS+= f_enum.c 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 | 68 | SRCS+= a_time_tm.c |