Move the chacha20poly1305 implementation to a subfolder for consistency

This commit is contained in:
Frank Denis
2014-06-26 11:42:49 -07:00
parent d80dce9139
commit d00f0ef94a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ lib_LTLIBRARIES = \
libsodium.la
libsodium_la_SOURCES = \
crypto_aead/chacha20poly1305/aead_chacha20poly1305.c \
crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \
crypto_auth/crypto_auth.c \
crypto_auth/hmacsha256/auth_hmacsha256_api.c \
crypto_auth/hmacsha256/cp/api.h \