diff options
author | tb <> | 2024-03-30 10:09:43 +0000 |
---|---|---|
committer | tb <> | 2024-03-30 10:09:43 +0000 |
commit | 4eab12efbe08ae9659a6705fbe07078b6a43ed68 (patch) | |
tree | 05d421377f222c58d812f06ed1bbe385661af601 /src/lib/libcrypto/cryptlib.c | |
parent | 3247516c5c49295dd4e217b38e6a58c72595e142 (diff) | |
download | openbsd-4eab12efbe08ae9659a6705fbe07078b6a43ed68.tar.gz openbsd-4eab12efbe08ae9659a6705fbe07078b6a43ed68.tar.bz2 openbsd-4eab12efbe08ae9659a6705fbe07078b6a43ed68.zip |
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
Diffstat (limited to 'src/lib/libcrypto/cryptlib.c')
0 files changed, 0 insertions, 0 deletions