Aftermath of a clashing size_t fix (now only format changes).

This commit is contained in:
Ben Laurie
2008-11-13 09:48:47 +00:00
parent 6c901ae8c1
commit 774b2fe700
4 changed files with 4 additions and 4 deletions

View File

@@ -338,7 +338,7 @@ int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp)
}
SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp,
long length)
long length)
{
int version,ssl_version=0,i;
long id;