VirtualBox

source: vbox/trunk/src/libs/openssl-1.1.1k/crypto/sm2/Makefile.kmk@ 91789

最後變更 在這個檔案從91789是 91138,由 vboxsync 提交於 3 年 前

libs/openssl: Disable SM2 and SM4 like Oracle Linux does.

檔案大小: 509 位元組
 
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
13SUB_DEPTH = ../../../../..
14include $(KBUILD_PATH)/subheader.kmk
15
16if 0 # Disabled following OL's example.
17LIBRARIES += crypto_sm2
18crypto_sm2_TEMPLATE = SUBLIBCRYPTO
19crypto_sm2_DEFS = OPENSSL_NO_DEPRECATED
20crypto_sm2_SOURCES = \
21 sm2_crypt.c \
22 sm2_err.c \
23 sm2_pmeth.c \
24 sm2_sign.c
25$(evalcall VBOX_OPENSSL_X86,crypto_sm2)
26endif
27
28include $(FILE_KBUILD_SUB_FOOTER)
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette