Last change
on this file since 92014 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
|
File size:
526 bytes
|
Line | |
---|
1 | # $Id$
|
---|
2 | ## @file
|
---|
3 | # OpenSSL Sub-Makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2019 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_async
|
---|
17 | crypto_async_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_async_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_async_SOURCES = \
|
---|
20 | arch/async_null.c \
|
---|
21 | arch/async_posix.c \
|
---|
22 | arch/async_win.c \
|
---|
23 | async.c \
|
---|
24 | async_err.c \
|
---|
25 | async_wait.c
|
---|
26 | $(evalcall VBOX_OPENSSL_X86,crypto_async)
|
---|
27 |
|
---|
28 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.