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

@@ -2182,7 +2182,7 @@ static int www_body(char *hostname, int s, unsigned char *context)
int ret=1;
int i,j,k,blank,dot;
SSL *con;
SSL_CIPHER *c;
const SSL_CIPHER *c;
BIO *io,*ssl_bio,*sbio;
long total_bytes;