mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-26 23:55:42 +00:00
Forgot to add chacha.h to the build.
This commit is contained in:
parent
e6ab68673b
commit
c04e816ed9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ cryb_HEADERS =
|
||||||
if CRYB_CIPHER
|
if CRYB_CIPHER
|
||||||
cryb_HEADERS += \
|
cryb_HEADERS += \
|
||||||
aes.h \
|
aes.h \
|
||||||
|
chacha.h \
|
||||||
rc4.h \
|
rc4.h \
|
||||||
\
|
\
|
||||||
cipher.h
|
cipher.h
|
||||||
|
|
Loading…
Reference in a new issue