Home | History | Annotate | Line # | Download | only in libcrypto
asn1.inc revision 1.1
      1 #	$NetBSD: asn1.inc,v 1.1 2025/07/17 14:25:24 christos Exp $
      2 
      3 .PATH.c:	${OPENSSLSRC}/crypto/asn1
      4 
      5 ASN1_SRCS += \
      6 a_bitstr.c \
      7 a_d2i_fp.c \
      8 a_digest.c \
      9 a_dup.c \
     10 a_gentm.c \
     11 a_i2d_fp.c \
     12 a_int.c \
     13 a_mbstr.c \
     14 a_object.c \
     15 a_octet.c \
     16 a_print.c \
     17 a_sign.c \
     18 a_strex.c \
     19 a_strnid.c \
     20 a_time.c \
     21 a_type.c \
     22 a_utctm.c \
     23 a_utf8.c \
     24 a_verify.c \
     25 ameth_lib.c \
     26 asn1_err.c \
     27 asn1_gen.c \
     28 asn1_item_list.c \
     29 asn1_lib.c \
     30 asn1_parse.c \
     31 asn_mime.c \
     32 asn_moid.c \
     33 asn_mstbl.c \
     34 asn_pack.c \
     35 bio_asn1.c \
     36 bio_ndef.c \
     37 d2i_param.c \
     38 d2i_pr.c \
     39 d2i_pu.c \
     40 evp_asn1.c \
     41 f_int.c \
     42 f_string.c \
     43 i2d_evp.c \
     44 n_pkey.c \
     45 nsseq.c \
     46 p5_pbe.c \
     47 p5_pbev2.c \
     48 p5_scrypt.c \
     49 p8_pkey.c \
     50 t_bitst.c \
     51 t_pkey.c \
     52 t_spki.c \
     53 tasn_dec.c \
     54 tasn_enc.c \
     55 tasn_fre.c \
     56 tasn_new.c \
     57 tasn_prn.c \
     58 tasn_scn.c \
     59 tasn_typ.c \
     60 tasn_utl.c \
     61 x_algor.c \
     62 x_bignum.c \
     63 x_info.c \
     64 x_int64.c \
     65 x_long.c \
     66 x_pkey.c \
     67 x_sig.c \
     68 x_spki.c \
     69 x_val.c \
     70 
     71 SRCS += ${ASN1_SRCS}
     72 
     73 .for cryptosrc in ${ASN1_SRCS}
     74 CPPFLAGS.${cryptosrc} += -I${OPENSSLSRC}/crypto/asn1 ${ASN1CPPFLAGS}
     75 .endfor
     76