FredericJacobs / OpenSSL-Pod

Unmaintained - please fork. Email me to take over the CocoaPod
74 stars 112 forks source link

call “RC4_set_key”, crash #33

Open chenhuafeng opened 8 years ago

chenhuafeng commented 8 years ago

struct rc4_key_st key; RC4_set_key(&key, 16, (const unsigned char *)"aaaaaaaaaaaaaaaaaaaaaaaaa");

crash!!!!!!!!!!!

FredericJacobs commented 8 years ago

Any clue why?

Also, what do you use RC4 for?

chenhuafeng commented 8 years ago

project: https://github.com/chenhuafeng/testOpenSSL