From owner-cvs-all Fri Feb 25 1: 6: 8 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 18ECA37BE8B; Fri, 25 Feb 2000 01:06:06 -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 BAA45044; Fri, 25 Feb 2000 01:06:06 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 25 Feb 2000 01:06:05 -0800 (PST) From: Kris Kennaway To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib Makefile src/secure/lib/libcrypto Makefile Makefile.inc In-Reply-To: <200002250818.AAA99087@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 Fri, 25 Feb 2000, Peter Wemm wrote: > Modified files: > secure/lib Makefile > secure/lib/libcrypto Makefile Makefile.inc > Log: > Fold libRSAglue into libcrypto so we don't have to special-case > all the builds. There is still no actual RSA implementation code > in libcrypto or src/* on US code trees. I originally had librsaglue in libcrypto, but it broke a lot of ports which expected to link with it. Now that libdes has been folded into libcrypto, we've broken the other case (everything *has* to link with librsaglue). 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