]> git.netwichtig.de Git - user/henk/code/exim.git/blob - src/src/pdkim/pdkim-rsa.h
Separate PolarSSL from PDKIM. Bug 1192
[user/henk/code/exim.git] / src / src / pdkim / pdkim-rsa.h
1 #include "polarssl/part-x509.h"
2 #include "polarssl/rsa.h"
3
4 /* PDKIM declarations (not part of polarssl) */
5 int rsa_parse_public_key( rsa_context *rsa, unsigned char *buf, int buflen );
6 int rsa_parse_key( rsa_context *rsa, unsigned char *buf, int buflen,
7                                      unsigned char *pwd, int pwdlen );
8