Add support for the modified SGC key format used in IIS.
[openssl.git] / crypto / rsa / rsa.h
index 69b76484305024fa731d2d5ac8cde387b572a9aa..fef4ef5a2d08be5ec8c8534fa2aeac7e3ff2dd5c 100644 (file)
@@ -216,6 +216,10 @@ int        RSA_print_fp(FILE *fp, RSA *r,int offset);
 int    RSA_print(BIO *bp, RSA *r,int offset);
 #endif
 
+int i2d_RSA_NET(RSA *a, unsigned char **pp, int (*cb)(), int sgckey);
+RSA *d2i_RSA_NET(RSA **a, unsigned char **pp, long length, int (*cb)(), int sgckey);
+RSA *d2i_RSA_NET_2(RSA **a, unsigned char **pp, long length, int (*cb)(), int sgckey);
+
 int i2d_Netscape_RSA(RSA *a, unsigned char **pp, int (*cb)());
 RSA *d2i_Netscape_RSA(RSA **a, unsigned char **pp, long length, int (*cb)());
 /* Naughty internal function required elsewhere, to handle a MS structure