svn rev #25139: trunk/src/

ghudson@MIT.EDU ghudson at MIT.EDU
Sun Sep 4 18:13:27 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25139
Commit By: ghudson
Log Message:
Exclude some new outside sources from mark-cstyle.


Changed Files:
U   trunk/src/Makefile.in
Modified: trunk/src/Makefile.in
===================================================================
--- trunk/src/Makefile.in	2011-09-04 21:57:28 UTC (rev 25138)
+++ trunk/src/Makefile.in	2011-09-04 22:13:27 UTC (rev 25139)
@@ -668,7 +668,10 @@
 	include/k5-platform.h \
 	include/gssrpc \
 	lib/apputils/dummy.c \
+	lib/crypto/crypto_tests/camellia-test.c \
 	lib/crypto/builtin/aes \
+	lib/crypto/builtin/camellia \
+	lib/crypto/builtin/sha2 \
 	lib/gssapi/generic/gssapiP_generic.h \
 	lib/gssapi/generic/gssapi_ext.h \
 	lib/gssapi/krb5/gssapiP_krb5.h \
@@ -698,7 +701,9 @@
 	util/et/com_err.h \
 	util/profile/prof_int.h \
 	util/profile/profile.hin \
-	util/profile/profile_tcl.c
+	util/profile/profile_tcl.c \
+	util/verto \
+	util/k5ev
 
 EXCLUDES = `for i in $(BSDFILES) $(OTHEREXCLUDES); do echo $$i; done | $(AWK) '{ print "-path", $$1, "-o" }'` -path /dev/null
 




More information about the cvs-krb5 mailing list