summaryrefslogtreecommitdiff
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorben <ben>2008-11-01 14:36:54 +0000
committerben <ben>2008-11-01 14:36:54 +0000
commit2dbd41d7184ef962b07adfa232337be7520456b5 (patch)
treebb2f373114e6d747d9cc7c4efc90a4a7c4514c31 /apps/s_cb.c
parent98968053a70ae5621547c113a9bc1a74e6f2610f (diff)
downloadopenssl-2dbd41d7184ef962b07adfa232337be7520456b5.tar.gz
size_tification.
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index dc50ff5d3..95860d208 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -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,
- int argi, long argl, long ret)
+ size_t argi, long argl, long ret)
{
BIO *out;