Re: openssl 0.9.7 in NetBSD?
| Newsgroups | gmane.os.netbsd.devel.crypto |
|---|---|
| Message-ID | <[email protected]> |
> > - 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