From owner-cvs-all Sun Jan 16 13: 3:29 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 2BE1214D03; Sun, 16 Jan 2000 13:03:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 18FEF1CD41A; Sun, 16 Jan 2000 13:03:27 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sun, 16 Jan 2000 13:03:26 -0800 (PST) From: Kris Kennaway To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: mjacob@feral.com Subject: Re: cvs commit: src/secure/usr.bin/openssl Makefile In-Reply-To: <200001162100.NAA00953@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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