Last change
on this file since 94828 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
Author Date Id Revision
|
File size:
1.1 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) 2021-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 |
|
---|
18 | SUB_DEPTH = ../../../../..
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | LIBRARIES += crypto_des
|
---|
22 | crypto_des_TEMPLATE = SUBLIBCRYPTO
|
---|
23 | crypto_des_DEFS = OPENSSL_NO_DEPRECATED
|
---|
24 | crypto_des_SOURCES = \
|
---|
25 | cbc_cksm.c \
|
---|
26 | cbc_enc.c \
|
---|
27 | cfb64ede.c \
|
---|
28 | cfb64enc.c \
|
---|
29 | cfb_enc.c \
|
---|
30 | des_enc.c \
|
---|
31 | ecb3_enc.c \
|
---|
32 | ecb_enc.c \
|
---|
33 | fcrypt.c \
|
---|
34 | fcrypt_b.c \
|
---|
35 | ncbc_enc.c \
|
---|
36 | ofb64ede.c \
|
---|
37 | ofb64enc.c \
|
---|
38 | ofb_enc.c \
|
---|
39 | pcbc_enc.c \
|
---|
40 | qud_cksm.c \
|
---|
41 | rand_key.c \
|
---|
42 | set_key.c \
|
---|
43 | str2key.c \
|
---|
44 | xcbc_enc.c
|
---|
45 |
|
---|
46 | $(evalcall VBOX_OPENSSL_X86,crypto_des)
|
---|
47 |
|
---|
48 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.