Recent changes from 0.9.7-stable

This commit is contained in:
Richard Levitte
2003-10-02 10:55:25 +00:00
parent 80be2f484f
commit 95a64aa4b8
19 changed files with 104 additions and 18 deletions

View File

@@ -1129,11 +1129,11 @@ int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm)
{
MemCheck_on();
SSLerr(SSL_F_SSL_COMP_ADD_COMPRESSION_METHOD,ERR_R_MALLOC_FAILURE);
return(0);
return(1);
}
else
{
MemCheck_on();
return(1);
return(0);
}
}