Type-checked (and modern C compliant) OBJ_bsearch.

This commit is contained in:
Ben Laurie
2008-10-12 14:32:47 +00:00
parent 6665ef303e
commit babb379849
42 changed files with 424 additions and 351 deletions

View File

@@ -719,7 +719,7 @@ err:
int ssl3_get_server_hello(SSL *s)
{
STACK_OF(SSL_CIPHER) *sk;
SSL_CIPHER *c;
const SSL_CIPHER *c;
unsigned char *p,*d;
int i,al,ok;
unsigned int j;