10 lines
214 B
Makefile
10 lines
214 B
Makefile
LC_SRCS+= aead.c aead_chacha20_poly1305.c
|
|
LC_SRCS+= auth.c auth_poly1305.c
|
|
LC_SRCS+= cipher.c cipher_chacha20.c
|
|
LC_SRCS+= impl_chacha20.c impl_poly1305.c
|
|
LC_SRCS+= ct.c util.c
|
|
|
|
WARNINGS= Yes
|
|
|
|
.include <bsd.own.mk>
|