Last change
on this file since 83531 was 83531, checked in by vboxsync, 5 years ago |
setting svn:sync-process=export for openssl-1.1.1f, all files except tests
|
File size:
432 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_srp
|
---|
17 | crypto_srp_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | crypto_srp_DEFS = OPENSSL_NO_DEPRECATED
|
---|
19 | crypto_srp_SOURCES = \
|
---|
20 | srp_lib.c \
|
---|
21 | srp_vfy.c
|
---|
22 | $(evalcall VBOX_OPENSSL_X86,crypto_srp)
|
---|
23 |
|
---|
24 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.