diff --git a/src/libsodium/include/Makefile.am b/src/libsodium/include/Makefile.am index 68440d2b..8d99efc2 100644 --- a/src/libsodium/include/Makefile.am +++ b/src/libsodium/include/Makefile.am @@ -33,6 +33,7 @@ SODIUM_EXPORT = \ sodium/crypto_stream.h \ sodium/crypto_stream_aes128ctr.h \ sodium/crypto_stream_aes256estream.h \ + sodium/crypto_stream_chacha20.h \ sodium/crypto_stream_salsa20.h \ sodium/crypto_stream_salsa2012.h \ sodium/crypto_stream_salsa208.h \