freebsd-dev/eBones/include/ChangeLog
Mark Murray b1ebdd50cb Start the eBones cleanup ball rolling.
These are the start of a lot of work to clean up the FreeBSD eBones code.
these changes include, but are not limited to:
- Create prototypes for all the library routines
- Make all the libraries compile clean with -Wall set
- Fix numerous small bugs shown up in the above process
- Prepare the code for libdes's removal to secure/
- add register, registerd and make_keypair to the make
Lots more will follow in days to come.

OK'ed by: rgrimes
1995-08-25 22:52:32 +00:00

26 lines
635 B
Plaintext

# $Id: ChangeLog,v 1.3 1995/07/18 16:35:58 mark Exp $
Mon Mar 21 15:48:59 MET 1994 Piero Serini
* 1st port to FreeBSD
Tue Nov 29 11:52:51 1988 John T Kohl (jtkohl at lycus)
* osconf.h: add #ifdef's for SUN processors (bsd/m68k)
* conf-bsdm68k.h: new file for BSD unix/M68000-based unix boxes
Mon Sep 12 14:33:58 1988 Bill Sommerfeld (wesommer at ra)
* des_conf.h: deleted file (superceded by conf.h)
* des.h: remove #include of des_conf.h
* des.h: remove internal details (sbox structure, bit_{32,64}) from
interface.
Rename data types.
Add #defines, turned off if NCOMPAT, for compatibility with old
versions.