CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/01/21 00:33:46
Modified files: lib/libz : Makefile Log message: Define HAVE_HIDDEN for libz This adds the hidden visibility attribute to functions that are needed in multiple source files of the library but not part of the public API. This is technically a major bump, but that decided to be overkill. discussed with deraadt and millert