Fix various stuff: that VC++ 5.0 chokes on:
[openssl.git] / ssl / t1_clnt.c
index 986d2436e2f02bd38daf2d1ecc1f982c48a6cd60..1a179221e756908f1a5eae99fdf3f9ef5508378b 100644 (file)
 #include "evp.h"
 #include "ssl_locl.h"
 
+#ifndef NOPROTO
+static SSL_METHOD *tls1_get_client_method(int ver);
+#else
+static SSL_METHOD *tls1_get_client_method();
+#endif
+
 static SSL_METHOD *tls1_get_client_method(ver)
 int ver;
        {