Fix the Win32 compile environment and add various changes so it will now compile
[oweals/openssl.git] / crypto / evp / bio_ok.c
index 8d7ffe28a19d9a4896834891dd5ffa5386248f79..174ecdeb3949d7ee9b795cd0dc9e201bc811cf39 100644 (file)
@@ -547,7 +547,7 @@ static void block_in(BIO* b)
        {
        BIO_OK_CTX *ctx;
        EVP_MD_CTX *md;
-       unsigned long tl= 0;
+        long tl= 0;
        unsigned char tmp[EVP_MAX_MD_SIZE];
 
        ctx=(BIO_OK_CTX *)b->ptr;