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

@@ -64,14 +64,8 @@
#include <openssl/pem.h>
#include "ssl_locl.h"
#ifndef NOPROTO
static int ssl_set_cert(CERT *c, X509 *x509);
static int ssl_set_pkey(CERT *c, EVP_PKEY *pkey);
#else
static int ssl_set_cert();
static int ssl_set_pkey();
#endif
int SSL_use_certificate(SSL *ssl, X509 *x)
{
if (x == NULL)