CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/07/14 03:12:42
Modified files:
net/tor : Makefile
Log message:
net/tor: fix build with OPENSSL_NO_ENGINE
ENGINE will be disabled. tor has code to deal with this, but it fails to
pull in the opensslfeatures.h header early enough, so add DISABLE_ENGINES
to CFLAGS.
ok pascal
