Fix various stuff: that VC++ 5.0 chokes on:
[openssl.git] / ssl / s2_meth.c
index cfc8828cc7185e85cee6d71c87cc36558393d5e1..f28c9162cff4357943d63064e2fa226cb455234e 100644 (file)
 #include "objects.h"
 #include "ssl_locl.h"
 
+#ifndef NOPROTO
+static SSL_METHOD *ssl2_get_method(int ver);
+#else
+static SSL_METHOD *ssl2_get_method();
+#endif
+
 static SSL_METHOD *ssl2_get_method(ver)
 int ver;
        {