aboutsummaryrefslogtreecommitdiff
path: root/ssl/s23_lib.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2005-03-31 09:26:39 +0000
committerBen Laurie <ben@openssl.org>2005-03-31 09:26:39 +0000
commit41a15c4f0f2535591ba9f258cf76119f86477c43 (patch)
tree6aca3f255f97dc3e9bd18884beeddf7de26fa122 /ssl/s23_lib.c
parentfea4280a8b1a37bfe1ae6ffaede58722ad71afa1 (diff)
downloadopenssl-41a15c4f0f2535591ba9f258cf76119f86477c43.zip
openssl-41a15c4f0f2535591ba9f258cf76119f86477c43.tar.gz
openssl-41a15c4f0f2535591ba9f258cf76119f86477c43.tar.bz2
Give everything prototypes (well, everything that's actually used).
Diffstat (limited to 'ssl/s23_lib.c')
-rw-r--r--ssl/s23_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s23_lib.c b/ssl/s23_lib.c
index 8d7dbcf..bcfda91 100644
--- a/ssl/s23_lib.c
+++ b/ssl/s23_lib.c
@@ -93,7 +93,7 @@ static SSL_METHOD SSLv23_data= {
ssl_bad_method,
ssl23_default_timeout,
&ssl3_undef_enc_method,
- ssl_undefined_function,
+ ssl_undefined_void_function,
ssl3_callback_ctrl,
ssl3_ctx_callback_ctrl,
};