From 54010b97b4739c50f32b3364a88a452625aa31c4 Mon Sep 17 00:00:00 2001 From: redfish Date: Sun, 18 Sep 2016 02:54:30 -0400 Subject: [PATCH] crypto: armv7: slow-hash: remove redundant source include aesb.c is already present in libcrypto as a standalone object. Tested: builds and runs fine on armv7, static and dynamic. --- src/crypto/slow-hash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index 90fda347..2ac303a3 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -939,7 +939,6 @@ void cn_slow_hash(const void *data, size_t length, char *hash) // ND: Some minor optimizations for ARMv7 (raspberrry pi 2), effect seems to be ~40-50% faster. // Needs more work. -#include "aesb.c" #ifdef NO_OPTIMIZED_MULTIPLY_ON_ARM /* The asm corresponds to this C code */