Date: Mon, 11 Feb 2002 08:38:07 -0500 From: Alan Eldridge <alane@geeksrus.net> To: "Crist J. Clark" <cjc@FreeBSD.ORG> Cc: FreeBSD Questions List <freebsd-questions@FreeBSD.ORG> Subject: Re: Message: setkey(3) not present on the system ... Message-ID: <20020211133807.GA3543@wwweasel.geeksrus.net> In-Reply-To: <20020211020043.G20884@blossom.cjclark.org> References: <20020210223301.GA47758@wwweasel.geeksrus.net> <20020211020043.G20884@blossom.cjclark.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 11, 2002 at 02:00:43AM -0800, Crist J. Clark wrote: >On Sun, Feb 10, 2002 at 05:33:01PM -0500, Alan Eldridge wrote: >> What's the story with these messages from ld? >> >> /usr/lib/libc.so: WARNING! setkey(3) not present in the system! >> /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! des_cipher(3) not present in the system! >> >> I'm running 4.5 installed from release CDROMs. Is this govt-encumbered >> code that I have to get from somewhere special and rebuild libc? > >Those functions don't live in libc. They live in libcipher according >to setkey(3). My setkey(3) man page is a symlink to crypt(3), and only documents 3 functions functions, called crypt() and crypt_{get,set}_format(). Hmm... shouldn't my setkey(3) page be a link to cipher(3), instead? -- Alan Eldridge "Dave's not here, man." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020211133807.GA3543>