Continued multibyte character support.
[openssl.git] / ssl / s23_meth.c
index fc9eae21a579f97c4052566d6a6140ca7dacbded..b52ca1d58b3f2763c51bd1cb12ba1109487c7482 100644 (file)
 #include <openssl/objects.h>
 #include "ssl_locl.h"
 
-#ifndef NOPROTO
 static SSL_METHOD *ssl23_get_method(int ver);
-#else
-static SSL_METHOD *ssl23_get_method();
-#endif
-
 static SSL_METHOD *ssl23_get_method(int ver)
        {
        if (ver == SSL2_VERSION)