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