Fix old references to chacha20.c/h that were renamed to charandom.*.

This commit is contained in:
2025-02-14 05:51:28 +00:00
parent 5fb8af478d
commit 9a3f3516c2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ dependency('threads')
library(
'randquik-chacha20',
'src/chacha20.c',
'src/charandom.c',
build_by_default: true,
c_args: ['-Wall', '-O3', '-march=native'],
)