VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1k/crypto/camellia/Makefile.kmk@ 91582

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

libs/openssl: Enabled DES and Camellia as required for libtpms, bugref:10078 and bugref:8070

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 531 bytes
Line 
1# $Id: Makefile.kmk 91582 2021-10-06 08:03:35Z vboxsync $
2## @file
3# OpenSSL Sub-Makefile.
4#
5
6#
7# Copyright (C) 2021 Oracle Corporation
8#
9# Oracle Corporation confidential
10# All rights reserved
11#
12
13SUB_DEPTH = ../../../../..
14include $(KBUILD_PATH)/subheader.kmk
15
16LIBRARIES += crypto_camellia
17crypto_camellia_TEMPLATE = SUBLIBCRYPTO
18crypto_camellia_DEFS = OPENSSL_NO_DEPRECATED
19crypto_camellia_SOURCES = \
20 camellia.c \
21 cmll_cbc.c \
22 cmll_cfb.c \
23 cmll_ctr.c \
24 cmll_ecb.c \
25 cmll_misc.c \
26 cmll_ofb.c
27
28$(evalcall VBOX_OPENSSL_X86,crypto_camellia)
29
30include $(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