Subject: Re: openssl 0.9.7 in NetBSD?
To: matthew green <mrg@eterna.com.au>
From: None <itojun@iijlab.net>
List: tech-crypto
Date: 07/22/2003 20:48:00
> > - split libcrypto and libdes. maintain libdes (code from 0.9.6)
> > by ourselves. libcrypto will provide DES_xx only. do not compile
> > des_old.c.
> libdes provides des_xx functions only.
>i have not really been following this discussion, but libdes
>existed in netbsd before openssl existed...
yes. http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libdes/Makefile
shows the history. until Jun 2000, libdes supplied des_xx functions
only. with libdes/Makefile revision 1.3, libdes became an alias of
libcrypto. i guess i want to bring the state back to Makefile
revision 1.2.
itojun