Last change
on this file since 98227 was 98103, checked in by vboxsync, 2 years ago |
Copyright year updates by scm.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
2.1 KB
|
Line | |
---|
1 | # $Id: Makefile.kmk 98103 2023-01-17 14:15:46Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # OpenSSL Sub-Makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2023 Oracle and/or its affiliates.
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox base platform packages, as
|
---|
10 | # available from https://www.virtualbox.org.
|
---|
11 | #
|
---|
12 | # This program is free software; you can redistribute it and/or
|
---|
13 | # modify it under the terms of the GNU General Public License
|
---|
14 | # as published by the Free Software Foundation, in version 3 of the
|
---|
15 | # License.
|
---|
16 | #
|
---|
17 | # This program is distributed in the hope that it will be useful, but
|
---|
18 | # WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
19 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
20 | # General Public License for more details.
|
---|
21 | #
|
---|
22 | # You should have received a copy of the GNU General Public License
|
---|
23 | # along with this program; if not, see <https://www.gnu.org/licenses>.
|
---|
24 | #
|
---|
25 | # SPDX-License-Identifier: GPL-3.0-only
|
---|
26 | #
|
---|
27 |
|
---|
28 | SUB_DEPTH = ../../../../..
|
---|
29 | include $(KBUILD_PATH)/subheader.kmk
|
---|
30 |
|
---|
31 | LIBRARIES += crypto_evp
|
---|
32 | crypto_evp_TEMPLATE = SUBLIBCRYPTO
|
---|
33 | crypto_evp_DEFS = OPENSSL_NO_DEPRECATED
|
---|
34 | crypto_evp_SOURCES = \
|
---|
35 | asymcipher.c \
|
---|
36 | bio_b64.c \
|
---|
37 | bio_enc.c \
|
---|
38 | bio_md.c \
|
---|
39 | bio_ok.c \
|
---|
40 | c_allc.c \
|
---|
41 | c_alld.c \
|
---|
42 | cmeth_lib.c \
|
---|
43 | ctrl_params_translate.c \
|
---|
44 | dh_ctrl.c \
|
---|
45 | dh_support.c \
|
---|
46 | digest.c \
|
---|
47 | dsa_ctrl.c \
|
---|
48 | e_aes.c \
|
---|
49 | e_aes_cbc_hmac_sha1.c \
|
---|
50 | e_aes_cbc_hmac_sha256.c \
|
---|
51 | e_aria.c \
|
---|
52 | e_bf.c \
|
---|
53 | e_camellia.c \
|
---|
54 | e_cast.c \
|
---|
55 | e_chacha20_poly1305.c \
|
---|
56 | e_des.c \
|
---|
57 | e_des3.c \
|
---|
58 | e_idea.c \
|
---|
59 | e_null.c \
|
---|
60 | e_old.c \
|
---|
61 | e_rc4.c \
|
---|
62 | e_rc4_hmac_md5.c \
|
---|
63 | e_seed.c \
|
---|
64 | e_xcbc_d.c \
|
---|
65 | ec_ctrl.c \
|
---|
66 | ec_support.c \
|
---|
67 | encode.c \
|
---|
68 | evp_cnf.c \
|
---|
69 | evp_enc.c \
|
---|
70 | evp_err.c \
|
---|
71 | evp_fetch.c \
|
---|
72 | evp_key.c \
|
---|
73 | evp_lib.c \
|
---|
74 | evp_pbe.c \
|
---|
75 | evp_pkey.c \
|
---|
76 | evp_rand.c \
|
---|
77 | evp_utils.c \
|
---|
78 | exchange.c \
|
---|
79 | kdf_lib.c \
|
---|
80 | kdf_meth.c \
|
---|
81 | kem.c \
|
---|
82 | keymgmt_lib.c \
|
---|
83 | keymgmt_meth.c \
|
---|
84 | legacy_blake2.c \
|
---|
85 | legacy_md2.c \
|
---|
86 | legacy_md5.c \
|
---|
87 | legacy_md5_sha1.c \
|
---|
88 | legacy_mdc2.c \
|
---|
89 | legacy_sha.c \
|
---|
90 | m_null.c \
|
---|
91 | m_sigver.c \
|
---|
92 | mac_lib.c \
|
---|
93 | mac_meth.c \
|
---|
94 | names.c \
|
---|
95 | p5_crpt.c \
|
---|
96 | p5_crpt2.c \
|
---|
97 | p_dec.c \
|
---|
98 | p_enc.c \
|
---|
99 | p_legacy.c \
|
---|
100 | p_lib.c \
|
---|
101 | p_open.c \
|
---|
102 | p_seal.c \
|
---|
103 | p_sign.c \
|
---|
104 | p_verify.c \
|
---|
105 | pbe_scrypt.c \
|
---|
106 | pmeth_check.c \
|
---|
107 | pmeth_gn.c \
|
---|
108 | pmeth_lib.c \
|
---|
109 | signature.c
|
---|
110 | $(evalcall VBOX_OPENSSL_X86,crypto_evp)
|
---|
111 |
|
---|
112 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.