History log of /openbsd-src/lib/libcrypto/hidden/README (Results 1 – 2 of 2)
Revision Date Author Comments
# 303eb450 03-Jul-2023 tobhe <tobhe@openbsd.org>

typo


# ec6848bc 11-Nov-2022 beck <beck@openbsd.org>

Add support for symbol hiding disabled by default.

Fully explained in libcrypto/README. TL;DR make sure libcrypto
and libssl's function calls internally and to each other are via
symbol names that w

Add support for symbol hiding disabled by default.

Fully explained in libcrypto/README. TL;DR make sure libcrypto
and libssl's function calls internally and to each other are via
symbol names that won't get overridden by linking other libraries.

Mostly work by guenther@, which will currently be gated behind a
build setting NAMESPACE=yes. once we convert all the symbols to
this method we will do a major bump and pick up the changes.

ok tb@ jsing@

show more ...