doc/man3: reformat the function prototypes in the synopses
[openssl.git] / doc / man3 / d2i_SSL_SESSION.pod
index d300ff2b2831ac163055d4039dcbff82c84108d1..68ed302d73a6769846ac177d4d7ce6900a96fa7f 100644 (file)
@@ -8,7 +8,8 @@ d2i_SSL_SESSION, i2d_SSL_SESSION - convert SSL_SESSION object from/to ASN1 repre
 
  #include <openssl/ssl.h>
 
- SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length);
+ SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
+                              long length);
  int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
 
 =head1 DESCRIPTION