VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1i/crypto/blake2/Makefile.kmk@ 87137

Last change on this file since 87137 was 87083, checked in by vboxsync, 4 years ago

openssl-1.1.1i: Applied and adjusted our OpenSSL changes to 1.1.1i. bugref:9885

File size: 477 bytes
Line 
1# $Id$
2## @file
3# OpenSSL Sub-Makefile.
4#
5
6#
7# Copyright (C) 2019 Oracle Corporation
8#
9# Oracle Corporation confidential
10# All rights reserved
11#
12
13SUB_DEPTH = ../../../../..
14include $(KBUILD_PATH)/subheader.kmk
15
16LIBRARIES += crypto_blake2
17crypto_blake2_TEMPLATE = SUBLIBCRYPTO
18crypto_blake2_DEFS = OPENSSL_NO_DEPRECATED
19crypto_blake2_SOURCES = \
20 blake2b.c \
21 blake2s.c \
22 m_blake2b.c \
23 m_blake2s.c
24$(evalcall VBOX_OPENSSL_X86,crypto_blake2)
25
26include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracBrowser for help on using the repository browser.

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