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 |
|
---|
13 | SUB_DEPTH = ../../../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | LIBRARIES += crypto_camellia
|
---|
17 | crypto_camellia_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_camellia_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_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 |
|
---|
30 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.