The rest of the merge in of the main trunk, a few conflicts resolved.

This commit is contained in:
Richard Levitte
2000-09-17 20:37:33 +00:00
parent 42cc160301
commit ce6990739e
32 changed files with 1864 additions and 496 deletions

View File

@@ -1036,7 +1036,7 @@ STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num,
return(NULL);
}
if ((skp == NULL) || (*skp == NULL))
sk=sk_SSL_CIPHER_new(NULL); /* change perhaps later */
sk=sk_SSL_CIPHER_new_null(); /* change perhaps later */
else
{
sk= *skp;