Add i2d_re_X509_tbs
[openssl.git] / crypto / x509 / x509.h
index ee560d19bf587debf1f8643a43b43aa142a0dff5..2fcc107812421f5f8c1c36f76363776720426815 100644 (file)
@@ -852,6 +852,8 @@ void *X509_get_ex_data(X509 *r, int idx);
 int            i2d_X509_AUX(X509 *a,unsigned char **pp);
 X509 *         d2i_X509_AUX(X509 **a,const unsigned char **pp,long length);
 
+int i2d_re_X509_tbs(X509 *x, unsigned char **pp);
+
 void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
                                                                const X509 *x);
 int X509_get_signature_nid(const X509 *x);