VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/crypto/rsa/Makefile.kmk@ 107835

Last change on this file since 107835 was 106061, checked in by vboxsync, 5 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 1.5 KB
Line 
1# $Id: Makefile.kmk 106061 2024-09-16 14:03:52Z vboxsync $
2## @file
3# OpenSSL Sub-Makefile.
4#
5
6#
7# Copyright (C) 2006-2024 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
28SUB_DEPTH = ../../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
31LIBRARIES += crypto_rsa
32crypto_rsa_TEMPLATE = SubLibCrypto
33crypto_rsa_DEFS = OPENSSL_NO_DEPRECATED
34crypto_rsa_SOURCES = \
35 rsa_ameth.c \
36 rsa_asn1.c \
37 rsa_backend.c \
38 rsa_chk.c \
39 rsa_crpt.c \
40 rsa_depr.c \
41 rsa_err.c \
42 rsa_gen.c \
43 rsa_lib.c \
44 rsa_meth.c \
45 rsa_mp.c \
46 rsa_mp_names.c \
47 rsa_none.c \
48 rsa_oaep.c \
49 rsa_ossl.c \
50 rsa_pk1.c \
51 rsa_pmeth.c \
52 rsa_prn.c \
53 rsa_pss.c \
54 rsa_saos.c \
55 rsa_schemes.c \
56 rsa_sign.c \
57 rsa_sp800_56b_check.c \
58 rsa_sp800_56b_gen.c \
59 rsa_x931.c \
60 rsa_x931g.c
61$(evalcall VBOX_OPENSSL_X86,crypto_rsa)
62
63include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

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