vendor/libsodium/src/libsodium/include/Makefile.in in rbnacl-libsodium-0.5.0.1 vs vendor/libsodium/src/libsodium/include/Makefile.in in rbnacl-libsodium-0.6.0

- old
+ new

@@ -297,10 +297,11 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SODIUM_EXPORT = \ sodium.h \ sodium/core.h \ + sodium/crypto_aead_chacha20poly1305.h \ sodium/crypto_auth.h \ sodium/crypto_auth_hmacsha256.h \ sodium/crypto_auth_hmacsha512.h \ sodium/crypto_auth_hmacsha512256.h \ sodium/crypto_box.h \ @@ -314,12 +315,11 @@ sodium/crypto_hash.h \ sodium/crypto_hash_sha256.h \ sodium/crypto_hash_sha512.h \ sodium/crypto_onetimeauth.h \ sodium/crypto_onetimeauth_poly1305.h \ - sodium/crypto_onetimeauth_poly1305_donna.h \ - sodium/crypto_pwhash_scryptxsalsa208sha256.h \ + sodium/crypto_pwhash_scryptsalsa208sha256.h \ sodium/crypto_scalarmult.h \ sodium/crypto_scalarmult_curve25519.h \ sodium/crypto_secretbox.h \ sodium/crypto_secretbox_xsalsa20poly1305.h \ sodium/crypto_shorthash.h \ @@ -328,9 +328,10 @@ sodium/crypto_sign_ed25519.h \ sodium/crypto_sign_edwards25519sha512batch.h \ 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 \ sodium/crypto_stream_xsalsa20.h \ sodium/crypto_int32.h \