[openssl-users] Getting a compilation error on openssl 1.0.1 branch
Bobby Philip
bobbyphilip at gmail.com
Sat Feb 20 15:00:59 UTC 2016
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 <bobbyphilip at 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
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20160220/db62517d/attachment.html>
More information about the openssl-users
mailing list