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

@@ -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)