Add PBE algorithms with ciphers, not digests.
[openssl.git] / ssl / t1_clnt.c
index 0e068c38167532f687e03cceec0703609b8bb1de..9745630a008cf8e1a17e077846afd3650cac109e 100644 (file)
 #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)