2 #define RSASTUBS_H_ 20120412
7 # if defined(__cplusplus)
8 # define __BEGIN_DECLS extern "C" {
11 # define __BEGIN_DECLS
18 typedef int pem_password_cb(char */
*buf*/
, int /*size*/, int /*rwflag*/, void */
*userdata*/
);
20 RSA
*PEM_read_RSAPrivateKey(FILE *fp
, RSA
**x
, pem_password_cb
*cb
, void *u
);
21 DSA
*PEM_read_DSAPrivateKey(FILE *fp
, DSA
**x
, pem_password_cb
*cb
, void *u
);