VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.2/crypto/evp/Makefile.kmk@ 95165

Last change on this file since 95165 was 94320, checked in by vboxsync, 3 years ago

libs/openssl-3.0.1: Export to OSE and fix copyright headers in Makefiles, bugref:10128

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.9 KB
Line 
1# $Id: Makefile.kmk 94320 2022-03-22 10:38:12Z vboxsync $
2## @file
3# OpenSSL Sub-Makefile.
4#
5
6#
7# Copyright (C) 2006-2022 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21LIBRARIES += crypto_evp
22crypto_evp_TEMPLATE = SUBLIBCRYPTO
23crypto_evp_DEFS = OPENSSL_NO_DEPRECATED
24crypto_evp_SOURCES = \
25 asymcipher.c \
26 bio_b64.c \
27 bio_enc.c \
28 bio_md.c \
29 bio_ok.c \
30 c_allc.c \
31 c_alld.c \
32 cmeth_lib.c \
33 ctrl_params_translate.c \
34 dh_ctrl.c \
35 dh_support.c \
36 digest.c \
37 dsa_ctrl.c \
38 e_aes.c \
39 e_aes_cbc_hmac_sha1.c \
40 e_aes_cbc_hmac_sha256.c \
41 e_aria.c \
42 e_bf.c \
43 e_camellia.c \
44 e_cast.c \
45 e_chacha20_poly1305.c \
46 e_des.c \
47 e_des3.c \
48 e_idea.c \
49 e_null.c \
50 e_old.c \
51 e_rc4.c \
52 e_rc4_hmac_md5.c \
53 e_seed.c \
54 e_xcbc_d.c \
55 ec_ctrl.c \
56 ec_support.c \
57 encode.c \
58 evp_cnf.c \
59 evp_enc.c \
60 evp_err.c \
61 evp_fetch.c \
62 evp_key.c \
63 evp_lib.c \
64 evp_pbe.c \
65 evp_pkey.c \
66 evp_rand.c \
67 evp_utils.c \
68 exchange.c \
69 kdf_lib.c \
70 kdf_meth.c \
71 kem.c \
72 keymgmt_lib.c \
73 keymgmt_meth.c \
74 legacy_blake2.c \
75 legacy_md2.c \
76 legacy_md5.c \
77 legacy_md5_sha1.c \
78 legacy_mdc2.c \
79 legacy_sha.c \
80 m_null.c \
81 m_sigver.c \
82 mac_lib.c \
83 mac_meth.c \
84 names.c \
85 p5_crpt.c \
86 p5_crpt2.c \
87 p_dec.c \
88 p_enc.c \
89 p_legacy.c \
90 p_lib.c \
91 p_open.c \
92 p_seal.c \
93 p_sign.c \
94 p_verify.c \
95 pbe_scrypt.c \
96 pmeth_check.c \
97 pmeth_gn.c \
98 pmeth_lib.c \
99 signature.c
100$(evalcall VBOX_OPENSSL_X86,crypto_evp)
101
102include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette