Last change
on this file since 69881 was 69881, checked in by vboxsync, 7 years ago |
Update OpenSSL to 1.1.0g.
bugref:8070: src/libs maintenance
|
-
Property svn:eol-style
set to
native
|
File size:
559 bytes
|
Line | |
---|
1 | # $Id: Makefile.kmk 118412 2017-10-17 14:26:02Z bird $
|
---|
2 | ## @file
|
---|
3 | # OpenSSL Sub-Makefile.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2006-2017 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_err
|
---|
17 | crypto_err_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | # cannot get rid of the deprecated functions as gsoap uses them
|
---|
19 | #crypto_err_DEFS = OPENSSL_NO_DEPRECATED
|
---|
20 | crypto_err_SOURCES = \
|
---|
21 | err.c \
|
---|
22 | err_prn.c \
|
---|
23 | err_all.c
|
---|
24 | $(evalcall VBOX_OPENSSL_X86,crypto_err)
|
---|
25 |
|
---|
26 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.