16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
LIBS=../../../libcrypto
|
|
|
|
IF[{- !$disabled{blake2} -}]
|
|
SOURCE[../../../libcrypto]=blake2b_mac.c blake2s_mac.c
|
|
ENDIF
|
|
|
|
IF[{- !$disabled{siphash} -}]
|
|
SOURCE[../../../libcrypto]=siphash_prov.c
|
|
ENDIF
|
|
|
|
IF[{- !$disabled{poly1305} -}]
|
|
SOURCE[../../../libcrypto]=poly1305_prov.c
|
|
ENDIF
|
|
|
|
INCLUDE[../../../libcrypto]=. ../../../crypto
|