CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2024/07/09 01:39:21
Modified files: lib/libcrypto : Makefile Log message: Enable namespaced builds by default for libssl and libcrypto. Some further refinements will happen to the build process to automatically generate the Symbols.namespace file, and to remove our last public unhidden symbol (which was a mistake, but waits for a major bump to get removed) But for now everything should be using this. ok tb@