From owner-freebsd-security Wed May 9 2:43:19 2001 Delivered-To: freebsd-security@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 06B7437B422 for ; Wed, 9 May 2001 02:43:16 -0700 (PDT) (envelope-from rasputin@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14xQV0-000EN8-00 for security@freebsd.org; Wed, 9 May 2001 10:43:14 +0100 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f499hD147381 for security@freebsd.org; Wed, 9 May 2001 10:43:13 +0100 (BST) (envelope-from rasputin) Date: Wed, 9 May 2001 10:43:13 +0100 From: Rasputin To: security@freebsd.org Subject: setkey(3) not present in the system Message-ID: <20010509104313.A47276@dogma.freebsd-uk.eu.org> Reply-To: Rasputin Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Morning all. I'm trying to port a WAP gateway to BSD, I've managed to get it to roll a binary, but want to quench these warnings before I submit it. (see bottom) I know how to sort out mktemp() and gets(), anyone know where f_prealloc() lives? Anyway, the main reason I mailed this list is the 4 crypto functions don't seem to be implemented on my box - is that just me? If so, how do I get them into the c library? I'm not a USA resident , and used to have a line saying that in make.conf back in 4.0-RELEASE. Since then I've removed the line. Anybody know where I can get these functions? Thanks. /usr/lib/libc.so: WARNING! setkey(3) not present in the system! /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: warning: this program uses f_prealloc(), which is stupid. /usr/lib/libc.so: WARNING! des_cipher(3) not present in the system! -- When God endowed human beings with brains, He did not intend to guarantee them. Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message