From 9b3086fe382e7b0f53b8634d0e75f1a659ab2653 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 31 Jan 1999 17:30:18 +0000 Subject: Fix various stuff: that VC++ 5.0 chokes on: 1. Add *lots* of missing prototypes for static ssl functions. 2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org 3. Add a few missing prototypes in pem.org Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95. Fix mkdef.pl so it doesn't truncate longer names. --- ssl/s23_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssl/s23_lib.c') 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, -- cgit v1.2.3