summaryrefslogtreecommitdiffstats
path: root/ssl/s2_meth.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /ssl/s2_meth.c
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'ssl/s2_meth.c')
-rw-r--r--ssl/s2_meth.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/s2_meth.c b/ssl/s2_meth.c
index d1940388ed..9d03c83cb4 100644
--- a/ssl/s2_meth.c
+++ b/ssl/s2_meth.c
@@ -60,12 +60,7 @@
#include <openssl/objects.h>
#include "ssl_locl.h"
-#ifndef NOPROTO
static SSL_METHOD *ssl2_get_method(int ver);
-#else
-static SSL_METHOD *ssl2_get_method();
-#endif
-
static SSL_METHOD *ssl2_get_method(int ver)
{
if (ver == SSL2_VERSION)