From owner-freebsd-stable Thu Oct 5 1:54:23 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mta5.snfc21.pbi.net (mta5.snfc21.pbi.net [206.13.28.241]) by hub.freebsd.org (Postfix) with ESMTP id 647EE37B503 for ; Thu, 5 Oct 2000 01:54:21 -0700 (PDT) Received: from desire ([63.202.70.107]) by mta5.snfc21.pbi.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with SMTP id <0G1Y005VV8P1HJ@mta5.snfc21.pbi.net> for freebsd-stable@freebsd.org; Thu, 5 Oct 2000 01:53:25 -0700 (PDT) Date: Thu, 05 Oct 2000 01:51:18 -0700 From: Andrew Houghton Subject: Missing RAND_add (repeat of bug #20142) To: freebsd-stable@freebsd.org Message-id: <00f401c02ea9$6dac4110$6b46ca3f@desire> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Content-type: text/plain; charset="iso-8859-1" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Priority: 3 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 4.1-STABLE cvs-supped back in late August. I'm getting a duplicate of bug #20142, which was closed on August 12. I was trying to compile a program and the linker failed on RAND_add and RAND_status. This bug was closed saying "All of my machines have the RAND_* symbols, and they're needed for regular operation." Does this mean things would necessarily fail without them? For reference: ns1# sysctl kern.version kern.version: FreeBSD 4.1-STABLE #0: Wed Aug 16 15:02:39 PDT 2000 ns1# cd /usr/lib ns1# nm -a lib*.a | grep RAND_add ns1# pwd /usr/lib ns1# cd /usr/include/openssl ns1# grep RAND_add * ns1# grep RAND_status * ns1# pwd /usr/include/openssl - Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message