Last change
on this file since 90293 was 90293, checked in by vboxsync, 3 years ago |
openssl-1.1.1k: Applied and adjusted our OpenSSL changes to 1.1.1k. bugref:10072
|
File size:
467 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 |
|
---|
13 | SUB_DEPTH = ../../../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | LIBRARIES += crypto_ui
|
---|
17 | crypto_ui_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_ui_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_ui_SOURCES = \
|
---|
20 | ui_err.c \
|
---|
21 | ui_lib.c \
|
---|
22 | ui_null.c \
|
---|
23 | ui_openssl.c \
|
---|
24 | ui_util.c
|
---|
25 | $(evalcall VBOX_OPENSSL_X86,crypto_ui)
|
---|
26 |
|
---|
27 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.