Here is the function I am trying to run:

insert
Code:

Code:
int encrypt(
unsigned char *cipher, unsigned long long *cipherlen,
const unsigned char *plaintext, unsigned long long plaintextlen,
const unsigned char *data, unsigned long long datalen,
const unsigned char *seckey,
const unsigned char *public,
The error flags expected identifier before sizeof and expected ',' or '...' before sizeof
Any suggestions?