lilcrypto/Makefile.inc

12 lines
340 B
PHP
Raw Normal View History

LC_SRCS+= aead.c aead_chacha20_poly1305.c
LC_SRCS+= auth.c auth_hmac.c auth_poly1305.c
2024-05-31 12:59:58 +02:00
LC_SRCS+= cipher.c cipher_chacha20.c
LC_SRCS+= hash.c hash_sha224_sha256.c hash_sha384_sha512.c
LC_SRCS+= impl_chacha20.c impl_poly1305.c impl_sha256.c impl_sha512.c
LC_SRCS+= kdf.c kdf_hkdf.c
2024-05-31 12:59:58 +02:00
LC_SRCS+= ct.c util.c
WARNINGS= Yes
2024-05-31 12:59:58 +02:00
.include <bsd.own.mk>