Disable new TLS1 ciphersuites.
[openssl.git] / ssl / t1_meth.c
index 512c2078e763740c939fa46ee9ea5f2988e3054c..d64b5f4e679e23da1a4167a9f884a1e94b2eefb0 100644 (file)
 #include "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(ver)
 int ver;
        {