Remove NOPROTO definitions and error code comments.

This commit is contained in:
Ulf Möller
1999-04-26 16:43:10 +00:00
parent 47339f6179
commit a9be3af5ad
287 changed files with 6 additions and 4253 deletions

View File

@@ -60,12 +60,7 @@
#include <openssl/objects.h>
#include "ssl_locl.h"
#ifndef NOPROTO
static SSL_METHOD *ssl3_get_method(int ver);
#else
static SSL_METHOD *ssl3_get_method();
#endif
static SSL_METHOD *ssl3_get_method(int ver)
{
if (ver == SSL3_VERSION)