Skip to content Skip to sidebar Skip to footer

AES_KEY And AES_BLOCK_SIZE Cannot Be Resolved

I wish to run a C program(works fine using gcc) on android. I have installed ndk for eclipse and have setup the basic things correctly. I have linked openssl library(.so files) to

Solution 1:

I found the solution. There was a problem with the extern statements in aes.h header file in eclipse IDE. As I was using it in a C code, these aren't required. Once I removed them, the problem got solved!


Post a Comment for "AES_KEY And AES_BLOCK_SIZE Cannot Be Resolved"