add glue to make it link

This commit is contained in:
christos 2023-05-11 01:45:38 +00:00
parent 902282dac0
commit d392e29584
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# $NetBSD: chacha.inc,v 1.1 2023/05/11 01:45:38 christos Exp $
CHACHA_SRCS += chacha_enc.c
.include "../../chacha.inc"

View File

@ -0,0 +1,5 @@
# $NetBSD: whrlpool.inc,v 1.1 2023/05/11 01:45:38 christos Exp $
WHRLPOOL_SRCS += wp_block.c
.include "../../whrlpool.inc"