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

--- 44 unchanged lines hidden ---