Last change
on this file since 91584 was 91584, checked in by vboxsync, 3 years ago |
libs/openssl: Enabled DES and Camellia as required for libtpms, bugref:10078 and bugref:8070 [build fix hopefully]
|
File size:
1.2 KB
|
Line | |
---|
1 | # $Id$
|
---|
2 | ## @file
|
---|
3 | # OpenSSL Sub-Makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-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_evp
|
---|
17 | crypto_evp_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_evp_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_evp_SOURCES = \
|
---|
20 | bio_b64.c \
|
---|
21 | bio_enc.c \
|
---|
22 | bio_md.c \
|
---|
23 | bio_ok.c \
|
---|
24 | c_allc.c \
|
---|
25 | c_alld.c \
|
---|
26 | cmeth_lib.c \
|
---|
27 | digest.c \
|
---|
28 | e_aes.c \
|
---|
29 | e_aes_cbc_hmac_sha1.c \
|
---|
30 | e_aes_cbc_hmac_sha256.c \
|
---|
31 | e_aria.c \
|
---|
32 | e_bf.c \
|
---|
33 | e_camellia.c \
|
---|
34 | e_cast.c \
|
---|
35 | e_chacha20_poly1305.c \
|
---|
36 | e_des.c \
|
---|
37 | e_des3.c \
|
---|
38 | e_idea.c \
|
---|
39 | e_null.c \
|
---|
40 | e_rc2.c \
|
---|
41 | e_rc4.c \
|
---|
42 | e_rc4_hmac_md5.c \
|
---|
43 | e_rc5.c \
|
---|
44 | e_seed.c \
|
---|
45 | e_sm4.c \
|
---|
46 | e_xcbc_d.c \
|
---|
47 | encode.c \
|
---|
48 | evp_cnf.c \
|
---|
49 | evp_enc.c \
|
---|
50 | evp_err.c \
|
---|
51 | evp_key.c \
|
---|
52 | evp_lib.c \
|
---|
53 | evp_pbe.c \
|
---|
54 | evp_pkey.c \
|
---|
55 | m_md2.c \
|
---|
56 | m_md4.c \
|
---|
57 | m_md5.c \
|
---|
58 | m_md5_sha1.c \
|
---|
59 | m_mdc2.c \
|
---|
60 | m_null.c \
|
---|
61 | m_ripemd.c \
|
---|
62 | m_sha1.c \
|
---|
63 | m_sha3.c \
|
---|
64 | m_sigver.c \
|
---|
65 | m_wp.c \
|
---|
66 | names.c \
|
---|
67 | p5_crpt.c \
|
---|
68 | p5_crpt2.c \
|
---|
69 | p_dec.c \
|
---|
70 | p_enc.c \
|
---|
71 | p_lib.c \
|
---|
72 | p_open.c \
|
---|
73 | p_seal.c \
|
---|
74 | p_sign.c \
|
---|
75 | p_verify.c \
|
---|
76 | pbe_scrypt.c \
|
---|
77 | pmeth_fn.c \
|
---|
78 | pmeth_gn.c \
|
---|
79 | pmeth_lib.c
|
---|
80 | $(evalcall VBOX_OPENSSL_X86,crypto_evp)
|
---|
81 |
|
---|
82 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.