From b86a933ba5c9d5f64d32047be8cc9ba81690a8f7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 19 Apr 2013 15:11:47 +0200 Subject: [PATCH] Link aes128ctr --- src/libsodium/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/libsodium/Makefile.am b/src/libsodium/Makefile.am index 92e6c57d..0552a2ba 100644 --- a/src/libsodium/Makefile.am +++ b/src/libsodium/Makefile.am @@ -40,6 +40,18 @@ libsodium_la_SOURCES = \ crypto_auth/hmacsha512256/ref/api.h \ crypto_auth/hmacsha512256/ref/hmac_hmacsha512256.c \ crypto_auth/hmacsha512256/ref/verify_hmacsha512256.c \ + crypto_stream/aes128ctr/portable/afternm_aes128ctr.c \ + crypto_stream/aes128ctr/portable/api.h \ + crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c \ + crypto_stream/aes128ctr/portable/common.h \ + crypto_stream/aes128ctr/portable/common_aes128ctr.c \ + crypto_stream/aes128ctr/portable/consts.h \ + crypto_stream/aes128ctr/portable/consts_aes128ctr.c \ + crypto_stream/aes128ctr/portable/int128.h \ + crypto_stream/aes128ctr/portable/int128_aes128ctr.c \ + crypto_stream/aes128ctr/portable/stream_aes128ctr.c \ + crypto_stream/aes128ctr/portable/types.h \ + crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c \ crypto_stream/salsa20/ref/api.h \ crypto_stream/salsa20/ref/stream_salsa20.c \ crypto_stream/salsa20/ref/xor_salsa20.c \