Move ssl3_do_write from s3_pkt.c to s3_both.c.
[openssl.git] / ssl / s23_meth.c
index f1f81325be2410f4d9e73131a3fa5d833bc2cc7b..b52ca1d58b3f2763c51bd1cb12ba1109487c7482 100644 (file)
  */
 
 #include <stdio.h>
-#include "objects.h"
+#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)