Commit Graph

7 Commits

Author SHA1 Message Date
Jeffrey Altman
0f97855826 hcrypto: config/roken cleanup
All source files in lib/hcrypto should be built the same way.
Since this source directory is dependent on libroken then all source
files must be built using the roken.h declarations and included headers.

Also, there is no config.h in the local directory so angle brackets
include of quotes should be used.

Finally, because roken.h includes stdio.h, stdlib.h, stdarg.h, limits.h,
strings.h, sys/types.h, etc., do not include them separately.

Start all source files with

  #include <config.h>
  #include <roken.h>

Change-Id: I09ab47f8a5472018efe6c8b59a0e51fde8f24724
2016-04-10 17:05:07 -05:00
Love Hornquist Astrand
0879b9831a remove trailing whitespace 2011-05-21 11:57:31 -07:00
Stefan Metzmacher
513f59dcd4 heimdal:camellia: include roken.h
metze

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
2009-08-04 20:19:44 +02:00
Love Hörnquist Åstrand
6937d41a02 remove trailing whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-09-13 09:21:03 +00:00
Love Hörnquist Åstrand
645a4184a4 Move the typedef u<num> to camellia-ntt.h header file.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22967 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-04-15 07:56:40 +00:00
Love Hörnquist Åstrand
cd12d998ed Include <krb5-types.h>.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21727 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-07-30 10:48:18 +00:00
Love Hörnquist Åstrand
41cad104b4 add missing camellia files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21695 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-07-24 23:00:50 +00:00