Deleted Added
sdiff udiff text old ( 72613 ) new ( 76866 )
full compact
1=pod
2
3=head1 NAME
4d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 representation
5
6=head1 SYNOPSIS
7
8 #include <openssl/ssl.h>
9
10 SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, unsigned char **pp, long length);
11 int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);

--- 44 unchanged lines hidden ---