VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/providers/implementations/exchange/build.info@ 108344

最後變更 在這個檔案從108344是 104078,由 vboxsync 提交於 12 月 前

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

檔案大小: 792 位元組
 
1# We make separate GOAL variables for each algorithm, to make it easy to
2# switch each to the Legacy provider when needed.
3
4$DH_GOAL=../../libdefault.a ../../libfips.a
5$ECDH_GOAL=../../libdefault.a ../../libfips.a
6$ECX_GOAL=../../libdefault.a ../../libfips.a
7$KDF_GOAL=../../libdefault.a ../../libfips.a
8
9IF[{- !$disabled{dh} -}]
10 SOURCE[$DH_GOAL]=dh_exch.c
11ENDIF
12
13IF[{- !$disabled{asm} -}]
14 $ECDEF_s390x=S390X_EC_ASM
15
16 # Now that we have defined all the arch specific variables, use the
17 # appropriate one, and define the appropriate macros
18 IF[$ECASM_{- $target{asm_arch} -}]
19 $ECDEF=$ECDEF_{- $target{asm_arch} -}
20 ENDIF
21ENDIF
22
23IF[{- !$disabled{ec} -}]
24 SOURCE[$ECX_GOAL]=ecx_exch.c
25 DEFINE[$ECX_GOAL]=$ECDEF
26 SOURCE[$ECDH_GOAL]=ecdh_exch.c
27ENDIF
28
29SOURCE[$KDF_GOAL]=kdf_exch.c
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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