Subject: CVS commit: cryptosrc-us
To: None <source-changes@netbsd.org>
From: Aidan Cully <aidan@netbsd.org>
List: source-changes
Date: 02/13/2000 19:08:53
Module Name:	cryptosrc-us
Committed By:	aidan
Date:		Mon Feb 14 03:08:53 UTC 2000

Modified Files:
	cryptosrc-us/crypto-us/include: Makefile.frag
	cryptosrc-us/crypto-us/include/kerberosIV: Makefile
	cryptosrc-us/crypto-us/lib/libcom_err: com_err.c
	cryptosrc-us/crypto-us/lib/libss: error.c
	cryptosrc-us/crypto-us/libexec/telnetd: telnetd.c
	cryptosrc-us/crypto-us/usr.bin/passwd: kadm_passwd.c
Added Files:
	cryptosrc-us/crypto-us/include: com_err.h
Removed Files:
	cryptosrc-us/crypto-us/include/kerberosIV: com_err.h

Log Message:
Move com_err.h from include/kerberosIV to include/, since it really isn't
krb4 specific.  Should also help sharing code with crypto-intl a bit.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 cryptosrc-us/crypto-us/include/Makefile.frag
cvs rdiff -r0 -r1.1 cryptosrc-us/crypto-us/include/com_err.h
cvs rdiff -r1.14 -r1.15 cryptosrc-us/crypto-us/include/kerberosIV/Makefile
cvs rdiff -r1.2 -r0 cryptosrc-us/crypto-us/include/kerberosIV/com_err.h
cvs rdiff -r1.2 -r1.3 cryptosrc-us/crypto-us/lib/libcom_err/com_err.c
cvs rdiff -r1.3 -r1.4 cryptosrc-us/crypto-us/lib/libss/error.c
cvs rdiff -r1.13 -r1.14 cryptosrc-us/crypto-us/libexec/telnetd/telnetd.c
cvs rdiff -r1.6 -r1.7 cryptosrc-us/crypto-us/usr.bin/passwd/kadm_passwd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.