CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/30 04:09:43
Modified files:
lib/libcrypto/hidden: crypto_namespace.h
Log message:
Fix LCRYPTO_UNUSED() in namespace builds
If namespace builds are enabled, static links don't work due to missing
_lcry_* symbols. Make LCRYPTO_UNUSED() match LCRYPTO_USED() with an extra
deprecated attribute. This way we can remove the !LIBRESSL_INTERNAL #ifdef
wrapping in public headers.
ok beck joshua
