]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/comp.h
RT4660: BIO_METHODs should be const.
[thirdparty/openssl.git] / include / openssl / comp.h
index de4eb325612d443e6fe2941db0f5b576a983bcb5..9fa71efd5587f28e48c6f160898aaf7b23d8af4c 100644 (file)
@@ -83,7 +83,7 @@ void COMP_zlib_cleanup(void);
 
 # ifdef HEADER_BIO_H
 #  ifdef ZLIB
-BIO_METHOD *BIO_f_zlib(void);
+const BIO_METHOD *BIO_f_zlib(void);
 #  endif
 # endif