From owner-cvs-all Fri Feb 25 10:21: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF05437BBE8; Fri, 25 Feb 2000 10:21:04 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id KAA12804; Fri, 25 Feb 2000 10:21:04 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 25 Feb 2000 10:20:59 -0800 (PST) From: Kris Kennaway To: Peter Wemm Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/usr.bin/openssl Makefile src/secure/usr.bin/scp Makefile src/secure/usr.bin/ssh Makefile src/secure/usr.bin/ssh-add Makefile src/secure/usr.bin/ssh-agent Makefile src/secure/usr.bin/ssh-keygen Makefile ... In-Reply-To: <20000225100408.F41191CE4@overcee.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Fri, 25 Feb 2000, Peter Wemm wrote: > There aren't two versions from an application's perspective. It only > has to use -lcrypto and it's all taken care of. That's regardless of > whether it's a US or non-US libcrypto. The only time that the > application must make special care is if it's trying to link > statically. Yep - the difficulty is getting the right version of the library at the system level, at sysinstall time. > With the adjustments I've made, if you supply librsaref, it'll now work > with -lcrypto -lRSAglue -lrsaref. It just won't use the last two as > libRSAglue is a stub for application build compatability and librsaref > won't be linked against by libcrypto, libcrypto will dlopen() librsaref > itself. Excellent, thats what we needed. Thanks. Kris ---- "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!" -- Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message