Latest update.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user