Add PBE algorithms with ciphers, not digests.
[openssl.git] / ssl / t1_clnt.c
index 429ad0eca5d9ee661f62e854cdbfd042313c701f..9745630a008cf8e1a17e077846afd3650cac109e 100644 (file)
  */
 
 #include <stdio.h>
-#include "buffer.h"
-#include "rand.h"
-#include "objects.h"
-#include "evp.h"
+#include <openssl/buffer.h>
+#include <openssl/rand.h>
+#include <openssl/objects.h>
+#include <openssl/evp.h>
 #include "ssl_locl.h"
 
-#ifndef NOPROTO
 static SSL_METHOD *tls1_get_client_method(int ver);
-#else
-static SSL_METHOD *tls1_get_client_method();
-#endif
-
 static SSL_METHOD *tls1_get_client_method(int ver)
        {
        if (ver == TLS1_VERSION)