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

@@ -61,12 +61,7 @@
#include <openssl/objects.h>
#include "ssl_locl.h"
#ifndef NOPROTO
static long ssl2_default_timeout(void );
#else
static long ssl2_default_timeout();
#endif
const char *ssl2_version_str="SSLv2" OPENSSL_VERSION_PTEXT;
#define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))