commit | babb379849ffb4112792f266f92e9ebb2bd35332 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sun Oct 12 14:32:47 2008 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sun Oct 12 14:32:47 2008 +0000 |
tree | d401aa7a4af8cc1180fe602711897a50d8feb74f | |
parent | 6665ef303e837ed45654d1b5dd42123e7a51b0f4 [diff] [blame] |
Type-checked (and modern C compliant) OBJ_bsearch.
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index e339dbc..aae1334 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c
@@ -719,7 +719,7 @@ 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;