From e8d90bf987d472961ce07e78e88326bc8ac2eccd Mon Sep 17 00:00:00 2001 From: Shane Bryldt Date: Thu, 23 Mar 2017 14:32:58 -0500 Subject: [PATCH] FS-10167: Synced up *nix build of libks, removed twofish.c and twofish-cfb.c from build temporarily as it's not used and requires further review. --- libs/libks/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/libks/Makefile.am b/libs/libks/Makefile.am index 511486e504..c22fb2a2e1 100644 --- a/libs/libks/Makefile.am +++ b/libs/libks/Makefile.am @@ -11,8 +11,7 @@ libks_la_SOURCES = src/ks.c src/ks_string.c src/ks_json.c src/cJSON.c src/cJSON libks_la_SOURCES += src/ks_log.c src/ks_socket.c src/ks_buffer.c src/ks_pool.c src/simclist.c libks_la_SOURCES += src/ks_time.c src/ks_printf.c src/ks_hash.c src/ks_q.c src/ks_dso.c libks_la_SOURCES += src/ks_ssl.c src/kws.c src/ks_rng.c src/ks_base64.c -libks_la_SOURCES += crypt/aeskey.c crypt/aestab.c crypt/sha2.c crypt/twofish.c crypt/aes_modes.c crypt/aescrypt.c crypt/twofish_cfb.c -#aes.h aescpp.h brg_endian.h aesopt.h aestab.h brg_types.h sha2.h twofish.h +libks_la_SOURCES += crypt/aeskey.c crypt/aestab.c crypt/sha2.c crypt/aes_modes.c crypt/aescrypt.c libks_la_SOURCES += src/ks_acl.c libks_la_CFLAGS = $(AM_CFLAGS)