Last change
on this file since 94082 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:
548 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_ocsp
|
---|
17 | crypto_ocsp_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_ocsp_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_ocsp_SOURCES = \
|
---|
20 | ocsp_asn.c \
|
---|
21 | ocsp_cl.c \
|
---|
22 | ocsp_err.c \
|
---|
23 | ocsp_ext.c \
|
---|
24 | ocsp_ht.c \
|
---|
25 | ocsp_lib.c \
|
---|
26 | ocsp_prn.c \
|
---|
27 | ocsp_srv.c \
|
---|
28 | ocsp_vfy.c \
|
---|
29 | v3_ocsp.c
|
---|
30 | $(evalcall VBOX_OPENSSL_X86,crypto_ocsp)
|
---|
31 |
|
---|
32 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.