VirtualBox

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

Last change on this file since 91108 was 90293, checked in by vboxsync, 4 years ago

openssl-1.1.1k: Applied and adjusted our OpenSSL changes to 1.1.1k. bugref:10072

File size: 524 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_rand
17crypto_rand_TEMPLATE = SUBLIBCRYPTO
18crypto_rand_DEFS = OPENSSL_NO_DEPRECATED
19crypto_rand_SOURCES = \
20 drbg_ctr.c \
21 drbg_lib.c \
22 rand_err.c \
23 rand_lib.c \
24 rand_unix.c \
25 rand_vms.c \
26 rand_win.c \
27 randfile.c
28$(evalcall VBOX_OPENSSL_X86,crypto_rand)
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