Last change
on this file since 88461 was 87984, checked in by vboxsync, 4 years ago |
openssl-1.1.1j: Applied and adjusted our OpenSSL changes to 1.1.1j. bugref:9963
|
File size:
449 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_hmac
|
---|
17 | crypto_hmac_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_hmac_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_hmac_SOURCES = \
|
---|
20 | hm_ameth.c \
|
---|
21 | hm_pmeth.c \
|
---|
22 | hmac.c
|
---|
23 | $(evalcall VBOX_OPENSSL_X86,crypto_hmac)
|
---|
24 |
|
---|
25 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.