From owner-cvs-all Sat Feb 26 8:33:20 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 5096E37BD5A; Sat, 26 Feb 2000 08:33:13 -0800 (PST) (envelope-from peter@internat.freebsd.org) Received: (from peter@localhost) by internat.freebsd.org (8.9.3/8.9.3) id SAA28092; Sat, 26 Feb 2000 18:33:10 +0200 (SAST) (envelope-from peter) Message-Id: <200002261633.SAA28092@internat.freebsd.org> From: Peter Wemm Date: Sat, 26 Feb 2000 18:33:10 +0200 (SAST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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