X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fssl%2Fd2i_SSL_SESSION.pod;h=9a1ba6c47b216e0bc89ed426cf892c52d4bdfbd8;hp=feadad85c9d36c00dd6d7a80bf9fbb2fdbab2755;hb=f2ab7d13921890e40c847fba3d22c936a2681f6b;hpb=8cbceba6106feb1110e7df6fbce9ab7ed2503b60 diff --git a/doc/ssl/d2i_SSL_SESSION.pod b/doc/ssl/d2i_SSL_SESSION.pod index feadad85c9..9a1ba6c47b 100644 --- a/doc/ssl/d2i_SSL_SESSION.pod +++ b/doc/ssl/d2i_SSL_SESSION.pod @@ -1,13 +1,15 @@ =pod =head1 NAME + d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation =head1 SYNOPSIS #include - SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, unsigned char **pp, long length); int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp); + SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, unsigned char **pp, long length); + int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp); =head1 DESCRIPTION