size_tification.
[openssl.git] / crypto / bio / bio_cb.c
index 6f4254a1141a03a400d85ac4b8f5cd1e96d8ae0c..4a72cc98964760b38cc8a83f86b73b5213f97d18 100644 (file)
@@ -64,7 +64,7 @@
 #include <openssl/err.h>
 
 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
-            int argi, long argl, long ret)
+                                   size_t argi, long argl, long ret)
        {
        BIO *b;
        MS_STATIC char buf[256];