aboutsummaryrefslogtreecommitdiff
path: root/lib/hcrypto/camellia.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hcrypto/camellia.c')
-rw-r--r--lib/hcrypto/camellia.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/hcrypto/camellia.c b/lib/hcrypto/camellia.c
index c88822db5c7d..bc861a07d285 100644
--- a/lib/hcrypto/camellia.c
+++ b/lib/hcrypto/camellia.c
@@ -31,19 +31,16 @@
* SUCH DAMAGE.
*/
-#include "config.h"
+#include <config.h>
+#include <roken.h>
#ifdef KRB5
#include <krb5-types.h>
#endif
-#include <string.h>
-
#include "camellia-ntt.h"
#include "camellia.h"
-#include <roken.h>
-
int
CAMELLIA_set_key(const unsigned char *userkey,
const int bits, CAMELLIA_KEY *key)