1

I am running the Keychaindump script from GutHub on my computer using xcode4 and im getting some errors upon building and running the script.

DES_set_key is deprecated

How can I get rid of this error?

Thanks

The script can be found here

https://github.com/juuso/keychaindump/blob/master/keychaindump.c

4

1 回答 1

0

@Aleister Cooper:您必须附加 2 个库:libcrypto.dylib 和 libssl.dylib。试试看。

于 2015-11-16T09:26:21.043 回答