(i2d_RSAPublicKey): fix prototype
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17089 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -351,7 +351,7 @@ d2i_RSAPrivateKey(RSA *rsa, const unsigned char **pp, size_t len)
|
||||
}
|
||||
|
||||
int
|
||||
i2d_RSAPublicKey(RSA *rsa, const unsigned char **pp)
|
||||
i2d_RSAPublicKey(RSA *rsa, unsigned char **pp)
|
||||
{
|
||||
RSAPublicKey data;
|
||||
size_t size;
|
||||
|
Reference in New Issue
Block a user