projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f3f07
)
Typo: on my screen it nicely wrapped around at 80 :-)
author
Lutz Jänicke
<jaenicke@openssl.org>
Sat, 3 Feb 2001 11:02:02 +0000
(11:02 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Sat, 3 Feb 2001 11:02:02 +0000
(11:02 +0000)
doc/ssl/d2i_SSL_SESSION.pod
patch
|
blob
|
history
diff --git
a/doc/ssl/d2i_SSL_SESSION.pod
b/doc/ssl/d2i_SSL_SESSION.pod
index feadad85c9d36c00dd6d7a80bf9fbb2fdbab2755..8142b6b39f75d839b38b4266a64de74bb6a70ed5 100644
(file)
--- 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