Last change
on this file since 88461 was 87984, checked in by vboxsync, 4 years ago |
openssl-1.1.1j: Applied and adjusted our OpenSSL changes to 1.1.1j. bugref:9963
|
File size:
1.2 KB
|
Line | |
---|
1 | # $Id$
|
---|
2 | ## @file
|
---|
3 | # OpenSSL Sub-Makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2019 Oracle Corporation
|
---|
8 | #
|
---|
9 | # Oracle Corporation confidential
|
---|
10 | # All rights reserved
|
---|
11 | #
|
---|
12 |
|
---|
13 | SUB_DEPTH = ../../../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | LIBRARIES += crypto_asn1
|
---|
17 | crypto_asn1_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_asn1_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_asn1_SOURCES = \
|
---|
20 | a_bitstr.c \
|
---|
21 | a_d2i_fp.c \
|
---|
22 | a_digest.c \
|
---|
23 | a_dup.c \
|
---|
24 | a_gentm.c \
|
---|
25 | a_i2d_fp.c \
|
---|
26 | a_int.c \
|
---|
27 | a_mbstr.c \
|
---|
28 | a_object.c \
|
---|
29 | a_octet.c \
|
---|
30 | a_print.c \
|
---|
31 | a_sign.c \
|
---|
32 | a_strex.c \
|
---|
33 | a_strnid.c \
|
---|
34 | a_time.c \
|
---|
35 | a_type.c \
|
---|
36 | a_utctm.c \
|
---|
37 | a_utf8.c \
|
---|
38 | a_verify.c \
|
---|
39 | ameth_lib.c \
|
---|
40 | asn1_err.c \
|
---|
41 | asn1_gen.c \
|
---|
42 | asn1_item_list.c \
|
---|
43 | asn1_lib.c \
|
---|
44 | asn1_par.c \
|
---|
45 | asn_mime.c \
|
---|
46 | asn_moid.c \
|
---|
47 | asn_mstbl.c \
|
---|
48 | asn_pack.c \
|
---|
49 | bio_asn1.c \
|
---|
50 | bio_ndef.c \
|
---|
51 | d2i_pr.c \
|
---|
52 | d2i_pu.c \
|
---|
53 | evp_asn1.c \
|
---|
54 | f_int.c \
|
---|
55 | f_string.c \
|
---|
56 | i2d_pr.c \
|
---|
57 | i2d_pu.c \
|
---|
58 | n_pkey.c \
|
---|
59 | nsseq.c \
|
---|
60 | p5_pbe.c \
|
---|
61 | p5_pbev2.c \
|
---|
62 | p5_scrypt.c \
|
---|
63 | p8_pkey.c \
|
---|
64 | t_bitst.c \
|
---|
65 | t_pkey.c \
|
---|
66 | t_spki.c \
|
---|
67 | tasn_dec.c \
|
---|
68 | tasn_enc.c \
|
---|
69 | tasn_fre.c \
|
---|
70 | tasn_new.c \
|
---|
71 | tasn_prn.c \
|
---|
72 | tasn_scn.c \
|
---|
73 | tasn_typ.c \
|
---|
74 | tasn_utl.c \
|
---|
75 | x_algor.c \
|
---|
76 | x_bignum.c \
|
---|
77 | x_info.c \
|
---|
78 | x_int64.c \
|
---|
79 | x_long.c \
|
---|
80 | x_pkey.c \
|
---|
81 | x_sig.c \
|
---|
82 | x_spki.c \
|
---|
83 | x_val.c
|
---|
84 | $(evalcall VBOX_OPENSSL_X86,crypto_asn1)
|
---|
85 |
|
---|
86 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.