]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - host/gf256_table_gen.c
clean up
[avr-crypto-lib.git] / host / gf256_table_gen.c
index a7512e7dd478c6917b53e8f4117729b957eddf2c..395343a1574c9c35ff1c8b1294fabe8ed6bf013f 100644 (file)
@@ -1,6 +1,6 @@
 /* gf256_table_gen.c */
 /*
-    This file is part of the This file is part of the AVR-Crypto-Lib.
+    This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <getopt.h>
-#include "gf256mul.h"
+#include "gf256mul/gf256mul.h"
 
 int print_header =  1,
     print_braces =  1,