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:
537 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_ct
|
---|
17 | crypto_ct_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_ct_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_ct_SOURCES = \
|
---|
20 | ct_b64.c \
|
---|
21 | ct_err.c \
|
---|
22 | ct_log.c \
|
---|
23 | ct_oct.c \
|
---|
24 | ct_policy.c \
|
---|
25 | ct_prn.c \
|
---|
26 | ct_sct.c \
|
---|
27 | ct_sct_ctx.c \
|
---|
28 | ct_vfy.c \
|
---|
29 | ct_x509v3.c
|
---|
30 |
|
---|
31 | $(evalcall VBOX_OPENSSL_X86,crypto_ct)
|
---|
32 |
|
---|
33 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.