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.
This commit is contained in:
@@ -66,8 +66,10 @@
|
||||
#define BREAK break
|
||||
|
||||
#ifndef NOPROTO
|
||||
static SSL_METHOD *ssl23_get_server_method(int ver);
|
||||
int ssl23_get_client_hello(SSL *s);
|
||||
#else
|
||||
static SSL_METHOD *ssl23_get_server_method();
|
||||
int ssl23_get_client_hello();
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user