Skip to content

Commit 77142dd

Browse files
committed
enable compilation of ascon_null.c
Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent 0df8f38 commit 77142dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hash/src/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ if get_option('ascon').enabled()
314314
else
315315
src += files([ 'ascon_arm_neon_null.c' ])
316316
endif
317-
317+
else
318+
lc_ascon_null = 1
318319
endif
319320

320321
if get_option('chacha20poly1305').enabled()

0 commit comments

Comments
 (0)