From: Lutz Jänicke Date: Sat, 3 Feb 2001 11:02:02 +0000 (+0000) Subject: Typo: on my screen it nicely wrapped around at 80 :-) X-Git-Tag: OpenSSL_0_9_6a-beta1~66^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9022f2403b4f1d6355933aa1624904de65c1ca38;p=oweals%2Fopenssl.git Typo: on my screen it nicely wrapped around at 80 :-) --- diff --git a/doc/ssl/d2i_SSL_SESSION.pod b/doc/ssl/d2i_SSL_SESSION.pod index feadad85c9..8142b6b39f 100644 --- a/doc/ssl/d2i_SSL_SESSION.pod +++ b/doc/ssl/d2i_SSL_SESSION.pod @@ -7,7 +7,8 @@ d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 repre #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