summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
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_apps.h
parent6c901ae8c1985d52d1b95ed0eacd85235a5142b2 (diff)
Aftermath of a clashing size_t fix (now only format changes).
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index 08fbbc2229..61dbf8af67 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -162,7 +162,7 @@ int extract_port(char *str, short *port_ptr);
int extract_host_port(char *str,char **host_ptr,unsigned char *ip,short *p);
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);
#ifdef HEADER_SSL_H
void MS_CALLBACK apps_ssl_info_callback(const SSL *s, int where, int ret);