CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/20 00:02:37
Modified files:
usr.bin/openssl: cms.c openssl.1
Log message:
openssl: Remove -{,un}compress from cms "app"
We haven't supported compiling against zlib in a very long time. These
are the only two calls to CMS_{,un}compress(3) in the ecosystem. I am
going to remove these two API stubs in the next major bump.
ok jsing kenjiro
