heimdal:camellia: include roken.h

metze

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Stefan Metzmacher
2009-01-30 19:37:06 +01:00
committed by Love Hornquist Astrand
parent a4287ff403
commit 513f59dcd4
2 changed files with 5 additions and 4 deletions

View File

@@ -30,6 +30,7 @@
* http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
*/
#include "config.h"
#include <string.h>
#include <stdlib.h>
@@ -37,6 +38,8 @@
#include <krb5-types.h>
#include "camellia-ntt.h"
#include <roken.h>
/* key constants */
#define CAMELLIA_SIGMA1L (0xA09E667FL)

View File

@@ -31,12 +31,8 @@
* SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
RCSID("$Id: aes.c 20466 2007-04-20 08:29:05Z lha $");
#endif
#ifdef KRB5
#include <krb5-types.h>
#endif
@@ -46,6 +42,8 @@ RCSID("$Id: aes.c 20466 2007-04-20 08:29:05Z lha $");
#include "camellia-ntt.h"
#include "camellia.h"
#include <roken.h>
int
CAMELLIA_set_key(const unsigned char *userkey,
const int bits, CAMELLIA_KEY *key)