summaryrefslogtreecommitdiffstats
path: root/ssl/s23_lib.c
diff options
context:
space:
mode:
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 9222bf86fb..24b884ff4c 100644
--- a/ssl/s23_lib.c
+++ b/ssl/s23_lib.c
@@ -88,7 +88,7 @@ static SSL_METHOD SSLv23_data= {
ssl_undefined_function,
ssl_undefined_function,
ssl23_read,
- (int (*)())ssl_undefined_function,
+ (int (*)(struct ssl_st *, char *, int))ssl_undefined_function,
ssl23_write,
ssl_undefined_function,
ssl_undefined_function,