Talk:GIDecrypt

From The iPhone Wiki
Revision as of 02:22, 13 April 2010 by Posixninja (talk | contribs)
Jump to: navigation, search

It's old article, i know, but i wanna give it a try ;)

When i try to compile it (on Mac with openssl, and Linux with openssl, libssl-dev, libssl) i'm getting these errors:

Undefined symbols:

 "_AES_set_decrypt_key", referenced from:
     _main in ccebEdc1.o
 "_AES_cbc_encrypt", referenced from:
     _main in ccebEdc1.o

ld: symbol(s) not found

What i'm doing wrong? --Cichacz 20:16, 12 April 2010 (UTC)

it requires openssl to compile, you need to pass "-lcrypto" to gcc --posixninja 02:22, 13 April 2010 (UTC)