freebsd-dev/secure
Peter Wemm 3187486c8a Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol search
path so that ERR_load_strings() is found in certain circumstances
involving dlopen().  eg: main program dlopened foo.so which is linked
against libcrypto.  If libcrypto then dlopens librsaUSA.so, then it's
search path doens't find libcrypto (!).  One "fix" is to force
modules (eg main opening foo.so) to use the RTLD_GLOBAL flag, the other
is to explicitly declare dependencies (as done here).
2000-03-02 05:22:46 +00:00
..
lib Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol search 2000-03-02 05:22:46 +00:00
libexec Build everything properly. This means: 2000-02-24 18:59:34 +00:00
usr.bin New distribution names. 2000-02-28 19:25:34 +00:00
usr.sbin New distribution names. 2000-02-28 19:25:34 +00:00
Makefile Build everything properly. This means: 2000-02-24 18:59:34 +00:00
Makefile.inc New distribution name. 2000-02-28 19:24:33 +00:00