Various cleanups and fixed by Marc and Ralf to start the OpenTLS project

This commit is contained in:
Ralf S. Engelschall
1998-12-22 15:04:48 +00:00
parent 31b8d86844
commit 651d0aff98
140 changed files with 1266 additions and 4983 deletions

View File

@@ -60,7 +60,7 @@
#include "objects.h"
#include "ssl_locl.h"
char *ssl3_version_str="SSLv3 part of SSLeay 0.9.1a 06-Jul-1998";
char *ssl3_version_str="SSLv3 part of SSLeay 0.9.1c 22-Dec-1998";
#define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
@@ -530,7 +530,7 @@ char *parg;
ret=s->s3->total_renegotiations;
break;
case SSL_CTRL_GET_FLAGS:
ret=s->s3->flags;
ret=(int)(s->s3->flags);
break;
default:
break;
@@ -619,7 +619,7 @@ char *parg;
cert->dh_tmp_cb=(DH *(*)())parg;
break;
#endif
/* A Thwate special :-) */
/* A Thawte special :-) */
case SSL_CTRL_EXTRA_CHAIN_CERT:
if (ctx->extra_certs == NULL)
{