VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1l/crypto/des/Makefile.kmk@ 94368

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

openssl-1.1.1l: Applied and adjusted our OpenSSL changes to 1.1.1l. bugref:10126

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 678 bytes
Line 
1# $Id: Makefile.kmk 91772 2021-10-15 21:49:59Z 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_des
17crypto_des_TEMPLATE = SUBLIBCRYPTO
18crypto_des_DEFS = OPENSSL_NO_DEPRECATED
19crypto_des_SOURCES = \
20 cbc_cksm.c \
21 cbc_enc.c \
22 cfb64ede.c \
23 cfb64enc.c \
24 cfb_enc.c \
25 des_enc.c \
26 ecb3_enc.c \
27 ecb_enc.c \
28 fcrypt.c \
29 fcrypt_b.c \
30 ncbc_enc.c \
31 ofb64ede.c \
32 ofb64enc.c \
33 ofb_enc.c \
34 pcbc_enc.c \
35 qud_cksm.c \
36 rand_key.c \
37 set_key.c \
38 str2key.c \
39 xcbc_enc.c
40
41$(evalcall VBOX_OPENSSL_X86,crypto_des)
42
43include $(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