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:
798 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_rsa
|
---|
17 | crypto_rsa_TEMPLATE = SUBLIBCRYPTO
|
---|
18 | # cannot get rid of the deprecated functions as gsoap uses them
|
---|
19 | #crypto_rsa_DEFS = OPENSSL_NO_DEPRECATED
|
---|
20 | crypto_rsa_SOURCES = \
|
---|
21 | rsa_ameth.c \
|
---|
22 | rsa_asn1.c \
|
---|
23 | rsa_chk.c \
|
---|
24 | rsa_crpt.c \
|
---|
25 | rsa_depr.c \
|
---|
26 | rsa_err.c \
|
---|
27 | rsa_gen.c \
|
---|
28 | rsa_lib.c \
|
---|
29 | rsa_none.c \
|
---|
30 | rsa_null.c \
|
---|
31 | rsa_oaep.c \
|
---|
32 | rsa_ossl.c \
|
---|
33 | rsa_pk1.c \
|
---|
34 | rsa_pmeth.c \
|
---|
35 | rsa_prn.c \
|
---|
36 | rsa_pss.c \
|
---|
37 | rsa_saos.c \
|
---|
38 | rsa_sign.c \
|
---|
39 | rsa_ssl.c \
|
---|
40 | rsa_x931.c
|
---|
41 | $(evalcall VBOX_OPENSSL_X86,crypto_rsa)
|
---|
42 |
|
---|
43 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.