CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/29 00:46:20
Modified files:
lib/libcrypto : Makefile
Log message:
Move HAVE_FUNOPEN out of !NOPIC
Due to some historic accident, HAVE_FUNOPEN was grouped with DSO_DLFCN
and HAVE_DLFCN_H inside !defined(NOPIC). While the two DLFCN bits belong
there, HAVE_FUNOPEN doesn't.
ok jsing, millert agrees
