Difference between revisions of "Talk:GIDecrypt"

From The iPhone Wiki
Jump to: navigation, search
(New page: == 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: <nowiki>...)
 
(It's old article, i know, but i wanna give it a try ;))
Line 3: Line 3:
 
When i try to compile it (on Mac with openssl, and Linux with openssl, libssl-dev, libssl) i'm getting these errors:
 
When i try to compile it (on Mac with openssl, and Linux with openssl, libssl-dev, libssl) i'm getting these errors:
   
<nowiki>'''Undefined symbols:
+
<code>Undefined symbols:
 
"_AES_set_decrypt_key", referenced from:
 
"_AES_set_decrypt_key", referenced from:
 
_main in ccebEdc1.o
 
_main in ccebEdc1.o
 
"_AES_cbc_encrypt", referenced from:
 
"_AES_cbc_encrypt", referenced from:
 
_main in ccebEdc1.o
 
_main in ccebEdc1.o
ld: symbol(s) not found'''</nowiki>
+
ld: symbol(s) not found</code>
   
 
What i'm doing wrong? --[[User:Cichacz|Cichacz]] 20:16, 12 April 2010 (UTC)
 
What i'm doing wrong? --[[User:Cichacz|Cichacz]] 20:16, 12 April 2010 (UTC)

Revision as of 20:20, 12 April 2010

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)