summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2008-11-13 09:48:47 +0000
committerBen Laurie <ben@openssl.org>2008-11-13 09:48:47 +0000
commit774b2fe700fc00d781f12f0c887bb017f3e5b96c (patch)
tree6c4fcc38b85ca4c8d36b3c87a9e7ac3e17f23a70 /apps/s_cb.c
parent6c901ae8c1985d52d1b95ed0eacd85235a5142b2 (diff)
Aftermath of a clashing size_t fix (now only format changes).
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 103893090a..41f789af48 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)
+ int argi, long argl, long ret)
{
BIO *out;