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

Bobby Philip bobbyphilip at gmail.com
Thu Feb 18 15:21:29 UTC 2016


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/20160218/d8d46dc6/attachment-0001.html>


More information about the openssl-users mailing list