mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-18 18:44:53 +00:00
Forgot to add chacha.h to the build.
This commit is contained in:
parent
94720a2fff
commit
43dbe1350a
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