Rework how our providers are built
[openssl.git] / providers / default / macs / build.info
1 $GOAL=../../libimplementations.a
2
3 IF[{- !$disabled{blake2} -}]
4   SOURCE[$GOAL]=blake2b_mac.c blake2s_mac.c
5 ENDIF
6
7 IF[{- !$disabled{siphash} -}]
8   SOURCE[$GOAL]=siphash_prov.c
9 ENDIF
10
11 IF[{- !$disabled{poly1305} -}]
12   SOURCE[$GOAL]=poly1305_prov.c
13 ENDIF