]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/s_server.c
Type-checked (and modern C compliant) OBJ_bsearch.
[thirdparty/openssl.git] / apps / s_server.c
index 27e520a9f36ed38635f2d18dd7d33abcace6af58..c95057a7f8f9f4f8541508a8cf703978b17b728c 100644 (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;