Fix various stuff: that VC++ 5.0 chokes on:
[openssl.git] / ssl / s23_clnt.c
index 597cc8772e9cf896154cae9b9b64dad2e36ecc92..b607f623e46203df28ffb2200f9171d0ff6b52c6 100644 (file)
 #define BREAK break
 
 #ifndef NOPROTO
+static SSL_METHOD *ssl23_get_client_method(int ver);
 static int ssl23_client_hello(SSL *s);
 static int ssl23_get_server_hello(SSL *s);
 #else
+static SSL_METHOD *ssl23_get_client_method();
 static int ssl23_client_hello();
 static int ssl23_get_server_hello();
 #endif