From c19b0128e26af70c22461d4642841dd1c048c6a9 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 21 Sep 2013 18:56:24 -0700 Subject: [PATCH] Add aes256-table-be.h to the Makefile --- src/libsodium/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsodium/Makefile.am b/src/libsodium/Makefile.am index 5460b2a3..db477ea6 100644 --- a/src/libsodium/Makefile.am +++ b/src/libsodium/Makefile.am @@ -151,6 +151,7 @@ libsodium_la_SOURCES = \ crypto_stream/aes128ctr/portable/types.h \ crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c \ crypto_stream/aes256estream/hongjun/aes-table.h \ + crypto_stream/aes256estream/hongjun/aes-table-be.h \ crypto_stream/aes256estream/hongjun/aes-table-le.h \ crypto_stream/aes256estream/hongjun/aes256-ctr.c \ crypto_stream/aes256estream/hongjun/aes256.h \