Aftermath of a clashing size_t fix (now only format changes).
[openssl.git] / apps / s_cb.c
index d750ca9ddded4d3e69b80190a0b75293a4da69e4..41f789af485b0f4a0c7d58f3bd76294996c2f227 100644 (file)
@@ -260,7 +260,7 @@ int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key)
        }
 
 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
-                                  size_t argi, long argl, long ret)
+                                  int argi, long argl, long ret)
        {
        BIO *out;