Revert the size_t modifications from HEAD that had led to more
[oweals/openssl.git] / ssl / ssl_asn1.c
index 1737be454c65f125bb19c30649a3a72cf31b5af8..8c4840219b551e69ffe3bfbf04c5f0be87514d5d 100644 (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,
-                            size_t length)
+            long length)
        {
        int version,ssl_version=0,i;
        long id;