Date: Sat, 26 Feb 2000 18:33:10 +0200 (SAST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/crypto/rsa rsa_stubs.c src/crypto/openssl/rsaref rsaref_stubs.c Message-ID: <200002261633.SAA28092@internat.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/02/26 18:33:10 SAST FreeBSD International Crypto Repository Modified files: crypto/openssl/crypto/rsa rsa_stubs.c crypto/openssl/rsaref rsaref_stubs.c Log: Give up on the idea of using weak references for static linking. ld(1) gets real upset and confused and the end result is that it's damn near impossible to statically link when the stubs are present. The code is still in the repo in case anyone feels enthusiastic. Revision Changes Path 1.3 +2 -31 src/crypto/openssl/crypto/rsa/rsa_stubs.c 1.3 +26 -13 src/crypto/openssl/rsaref/rsaref_stubs.c 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?200002261633.SAA28092>