freebsd-dev/secure/lib
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
..
libcipher $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
libcrypt Add NODESCRYPTLINKS knob to prevent spamming of libcrypt -> libscrypt 2000-02-29 05:47:52 +00:00
libcrypto MFI: stupid typo of mine. 2000-02-29 09:56:11 +00:00
librsaglue Create a stub libRSAglue for bsd.port.mk's sake 2000-02-25 09:47:17 +00:00
librsaintl Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) 2000-02-26 13:13:03 +00:00
librsausa Merge from internat.freebsd.org: add libcrypto to librsaUSA's symbol search 2000-03-02 05:22:46 +00:00
libssh Remove port components not needed in 4.n+ 2000-02-24 22:39:24 +00:00
libssl Freefall/Internat diff reducer. 2000-02-24 10:37:29 +00:00
libtelnet Make telnet with SRA work. 1999-10-07 19:47:09 +00:00
Makefile Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing) 2000-02-26 13:13:03 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00