]> git.ipfire.org Git - thirdparty/openssl.git/blame - providers/implementations/macs/build.info
Providers: move common exchange,kdfs,keymgmt,macs,signature
[thirdparty/openssl.git] / providers / implementations / macs / build.info
CommitLineData
5687e357
RL
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$GMAC_GOAL=../../libimplementations.a
5$HMAC_GOAL=../../libimplementations.a
6$KMAC_GOAL=../../libimplementations.a
7$CMAC_GOAL=../../libimplementations.a
8
9SOURCE[$GMAC_GOAL]=gmac_prov.c
10SOURCE[$HMAC_GOAL]=hmac_prov.c
11SOURCE[$KMAC_GOAL]=kmac_prov.c
12
13IF[{- !$disabled{cmac} -}]
14 SOURCE[$CMAC_GOAL]=cmac_prov.c
15ENDIF