commit cb740addd5c8835886ba7462462a8b695f8e3c3f
Author: zrj <[email protected]>
Date: Tue Feb 7 17:28:54 2017 +0200
ssl: Unhook internal usage of include/openssl/.
Redirect all cases to include priv to take needed openssl headers and
remove mistakenly added copying of private base LibreSSL headers back to
public dir used previously by OpenSSL headers.
After this make upgrade REMOVE_OPENSSL_FILES=yes should work as initially
intended.
It is still not clear if LIBMD places also miss the libprivate_crypto.
For now just to prevent conflicts with base vs dports ssl libs and headers.
Summary of changes:
include/Makefile | 5 -----
lib/libfetch/Makefile | 2 ++
lib/libradius/Makefile | 2 ++
lib/libtacplus/Makefile | 5 ++++-
libexec/ftpd/Makefile | 4 +++-
usr.sbin/ckdist/Makefile | 4 +++-
usr.sbin/pfctl/Makefile | 3 +++
usr.sbin/ppp/Makefile | 3 +++
usr.sbin/pppd/Makefile | 3 +++
9 files changed, 23 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb740addd5c8835886ba7462462a8b695f8e3c3f
--
DragonFly BSD source repository