Hello:
I want to cypher a struct like this:
struct {
DES_cblock *key;
int id;
} Request;
but, the "RSA_public_encrypt" function receive as parameter "unsigned char
*from", no a struct:
int RSA_public_encrypt(int flen, unsigned char *from,
unsigned char *to, RSA *rsa, int padding);
How I do to cypher my struct?.
Thanks.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]