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 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 > https://github.com/openssl/openssl/blob/OpenSSL_1_0_1-stable/crypto/modes/modes_lcl.h, > which is "parallel" to the evp folder which is trying to access this. > > I would like to know what I am doing wrong, since obviously this code > should compile without any issue. I am curious to know if the use of # > include "" instead of # include <> or some other way of giving the path is > appropriate in this scenario. > > Regards > B > > >
-- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users