From owner-cvs-all Fri Feb 25 6:14:37 2000 Delivered-To: cvs-all@freebsd.org Received: from internat.freebsd.org (internat.freebsd.org [146.64.8.4]) by hub.freebsd.org (Postfix) with ESMTP id CC85337B815; Fri, 25 Feb 2000 06:14:20 -0800 (PST) (envelope-from peter@internat.freebsd.org) Received: (from peter@localhost) by internat.freebsd.org (8.9.3/8.9.3) id QAA13723; Fri, 25 Feb 2000 16:14:15 +0200 (SAST) (envelope-from peter) Message-Id: <200002251414.QAA13723@internat.freebsd.org> From: Peter Wemm Date: Fri, 25 Feb 2000 16:14:14 +0200 (SAST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/usr.bin/openssl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 2000/02/25 16:14:14 SAST FreeBSD International Crypto Repository Modified files: secure/usr.bin/openssl Makefile Log: Make the RSAref decisions using basically the same algorithm as libcrypto's Makefiles do. This means you can use make RSAREF=YES on an international repo and build using a dependency on an external rsaref library for testing the lobotomized US code builds. It's a bug that the openssl(1) binary knows about this. The only thing it uses this info for is to reach into the libcrypto internals when doing speed benchmarks. This should be fixed, openssl(1) should only have to link against libcrytpo regardless of it's implementation. Revision Changes Path 1.6 +10 -8 src/secure/usr.bin/openssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message