From b93187f3c7b7774baf3f42adf51c67831d5658a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 3 Apr 2006 05:17:01 +0000 Subject: [PATCH] Add i2d_RSAPublicKey git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16972 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rsa.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/des/rsa.h b/lib/des/rsa.h index f20eab12d..2fa1db3e5 100644 --- a/lib/des/rsa.h +++ b/lib/des/rsa.h @@ -59,6 +59,7 @@ #define RSA_sign hc_RSA_sign #define RSA_verify hc_RSA_verify #define d2i_RSAPrivateKey hc_d2i_RSAPrivateKey +#define i2d_RSAPublicKey hc_i2d_RSAPublicKey /* * @@ -160,5 +161,6 @@ int RSA_verify(int, const unsigned char *, unsigned int, unsigned char *, unsigned int, RSA *); RSA * d2i_RSAPrivateKey(RSA *, const unsigned char **, size_t); +int i2d_RSAPublicKey(RSA *, const unsigned char **); #endif /* _HEIM_RSA_H */