diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-26 18:43:10 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-26 18:43:10 +0200 |
commit | a9be3af5ad4836f7e50f0546311ca90c717b861e (patch) | |
tree | f44f7f8c4497d85da4c5cbd08067479bb20ced95 /ssl/s2_srvr.c | |
parent | Extensively changed the DEF file generator mkdef.pl to use a modified version (diff) | |
download | openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.xz openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.zip |
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'ssl/s2_srvr.c')
-rw-r--r-- | ssl/s2_srvr.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ssl/s2_srvr.c b/ssl/s2_srvr.c index 5271546dfb..9643af65b6 100644 --- a/ssl/s2_srvr.c +++ b/ssl/s2_srvr.c @@ -63,7 +63,6 @@ #include "ssl_locl.h" #include <openssl/evp.h> -#ifndef NOPROTO static SSL_METHOD *ssl2_get_server_method(int ver); static int get_client_master_key(SSL *s); static int get_client_hello(SSL *s); @@ -74,18 +73,6 @@ static int server_finish(SSL *s); static int request_certificate(SSL *s); static int ssl_rsa_private_decrypt(CERT *c, int len, unsigned char *from, unsigned char *to,int padding); -#else -static SSL_METHOD *ssl2_get_server_method(); -static int get_client_master_key(); -static int get_client_hello(); -static int server_hello(); -static int get_client_finished(); -static int server_verify(); -static int server_finish(); -static int request_certificate(); -static int ssl_rsa_private_decrypt(); -#endif - #define BREAK break static SSL_METHOD *ssl2_get_server_method(int ver) |