I try to use openSSL in the application, but I get the parsing problem in the next line (in the rsa.h header file)
int (*rsa_mod_exp)(BIGNUM *r0,const BIGNUM *I,RSA *rsa,BN_CTX *ctx);
error: expected syntax error ')'
Using Xcode 5 on OSX 10.9 and openssl-1.0.1e
What could be the problem?
Thank you for your help.
source
share