Remove NOPROTO definitions and error code comments.
[openssl.git] / ssl / t1_meth.c
index 2632773895108232776fd57bdca92f0df80992b5..9bb36a7d1ca97cb8661480bd9d006f0d5b7c4054 100644 (file)
 #include <openssl/objects.h>
 #include "ssl_locl.h"
 
-#ifndef NOPROTO
 static SSL_METHOD *tls1_get_method(int ver);
-#else
-static SSL_METHOD *tls1_get_method();
-#endif
-
 static SSL_METHOD *tls1_get_method(int ver)
        {
        if (ver == TLS1_VERSION)