Re: [openssl-users] Getting a compilation error on openssl 1.0.1 branch

2016-02-20 Thread Bobby Philip
This was because one of my application makefiles wasnt updated to include the crypto/modes/ folder in its INCLUDES definition. On Thu, Feb 18, 2016 at 8:51 PM, Bobby Philip <bobbyphi...@gmail.com> wrote: > Hi, > I am trying to compile openssl 1.0.1r for android and statically

[openssl-users] Getting a compilation error on openssl 1.0.1 branch

2016-02-18 Thread Bobby Philip
Hi, I am trying to compile openssl 1.0.1r for android and statically link to my application. I am getting a compile error in the file https://github.com/openssl/openssl/blob/OpenSSL_1_0_1-stable/crypto/evp/e_aes.c at line 61 # include "modes_lcl.h" This modes_lcl.h is present at