Revert the size_t modifications from HEAD that had led to more
[openssl.git] / crypto / asn1 / d2i_pu.c
index d2567d1737cda3fb38f400f8b0d0363ba5bb8022..3694f51a8c0af5961b7765856f7b99402ed49300 100644 (file)
@@ -73,7 +73,7 @@
 #endif
 
 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
-                       size_t length)
+            long length)
        {
        EVP_PKEY *ret;