On 08/08/15 2:00 PM, Nicolas George wrote:
> Le primidi 21 thermidor, an CCXXIII, James Almer a écrit :
>> Both tomcrypt and openssl named their function DES_ecb_encrypt(), and it
>> fails to compile if you include OpenSSL's des header while also compiling
>> with tomcrypt.
>>
>> I couldn't find a
Le primidi 21 thermidor, an CCXXIII, James Almer a écrit :
> Both tomcrypt and openssl named their function DES_ecb_encrypt(), and it
> fails to compile if you include OpenSSL's des header while also compiling
> with tomcrypt.
>
> I couldn't find a way to get around this aside from making them exc
On 08/08/15 5:56 AM, Nicolas George wrote:
> Le quintidi 15 thermidor, an CCXXIII, James Almer a écrit :
>> OpenSSL and Tomcrypt des modules are not benched together as there's
>> some naming collisions between the two.
>>
>> Signed-off-by: James Almer
>> ---
>> tools/crypto_bench.c | 58
>>
Le quintidi 15 thermidor, an CCXXIII, James Almer a écrit :
> OpenSSL and Tomcrypt des modules are not benched together as there's
> some naming collisions between the two.
>
> Signed-off-by: James Almer
> ---
> tools/crypto_bench.c | 58
>
>
OpenSSL and Tomcrypt des modules are not benched together as there's
some naming collisions between the two.
Signed-off-by: James Almer
---
tools/crypto_bench.c | 58
1 file changed, 58 insertions(+)
diff --git a/tools/crypto_bench.c b/tools/