Subject: Re: libcrypto_idea
To: None <netbsd-help@netbsd.org>
From: Jukka Salmi <j+nbsd@2005.salmi.ch>
List: netbsd-help
Date: 06/02/2005 18:41:30
brook@biology.nmsu.edu --> netbsd-help (2005-06-02 10:24:48 -0600):
> I have run across a program that uses the IDEA encryption algorithm.
> I understand that has been put into the libcrypto_idea library (which
> is mentioned in the intro(3) man page, for example).  However, NetBSD
> 2.0 does not seem to include the library in /usr/lib.  I must be
> looking in the wrong place.
> 
> Where is one to find libcrypto_idea?

This library is not built by default; see mk.conf(5): MKCRYPTO_IDEA defaults
to `no'. So, either build NetBSD with MKCRYPTO_IDEA=yes, or build just the
library; i.e. execute something like

	$ cd src/lib/libcrypto_idea
	$ make obj
	$ make USETOOLS=no dependall


HTH, jukka

-- 
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~