Date: Sun, 16 Jan 2000 13:03:26 -0800 (PST) From: Kris Kennaway <kris@hub.freebsd.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: mjacob@feral.com Subject: Re: cvs commit: src/secure/usr.bin/openssl Makefile Message-ID: <Pine.BSF.4.21.0001161300300.56173-100000@hub.freebsd.org> In-Reply-To: <200001162100.NAA00953@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 16 Jan 2000, Kris Kennaway wrote: > kris 2000/01/16 13:00:07 PST > > Modified files: > secure/usr.bin/openssl Makefile > Log: > The wrong version of the file was committed previously which explains the > problems seen here. Matt, this should solve your problems. The openssl binary wasn't being linked against librsaref (I mistakenly assumed the symbols were part of libcrypto.so) A better fix would be to always have libcrypto.so pull in librsaref.so automatically, but I'm not sure how to do that. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0001161300300.56173-100000>