swift工程使用Openssl后无法调试问题处理:
修改rsa.h文件,修改96行为“
int (*rsa_mod_exp) (BIGNUM *r0,const BIGNUM *i,RSA *rsa,BN_CTX *ctx);”
即将“I”修改为“i”