Date: Fri, 25 Feb 2000 16:14:14 +0200 (SAST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/usr.bin/openssl Makefile Message-ID: <200002251414.QAA13723@internat.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002251414.QAA13723>