From 5c38242a7ab9c351de9e15d8f993665120276b05 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Thu, 5 Sep 2013 22:12:00 -0400 Subject: [PATCH] fix unit test --- tests/aes_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/aes_test.cpp b/tests/aes_test.cpp index 45ad343..4b85134 100644 --- a/tests/aes_test.cpp +++ b/tests/aes_test.cpp @@ -29,7 +29,7 @@ int main( int argc, char** ) fc::aes_encoder enc; enc.init( fc::sha256::hash((char*)&key,sizeof(key) ), fc::city_hash_crc_128( (char*)&key, sizeof(key) ) ); auto len = enc.encode( dcrypt.data(), dcrypt.size(), crypt.data() ); - enc.final_encode( crypt.data() + len ); + // enc.final_encode( crypt.data() + len ); std::cout<<"crypt: "<