aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-02-03 11:02:02 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-02-03 11:02:02 +0000
commit9022f2403b4f1d6355933aa1624904de65c1ca38 (patch)
treee6019e9d641863be3c23056b1509efe79319e931 /doc/ssl
parent08f3f07212954e711fd91d60b7a4417b8c42d0f8 (diff)
downloadopenssl-9022f2403b4f1d6355933aa1624904de65c1ca38.tar.gz
Typo: on my screen it nicely wrapped around at 80 :-)
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/d2i_SSL_SESSION.pod3
1 files changed, 2 insertions, 1 deletions
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 <openssl/ssl.h>
- 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