]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - host/gf256mul.c
clean up
[avr-crypto-lib.git] / host / gf256mul.c
index 46e7d24a7efc13574de418eac963d767fca8111b..e2d7a88a04d2086f509ea823eb66edfc4435a075 100644 (file)
@@ -1,6 +1,6 @@
 /* gf256mul.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
@@ -25,7 +25,7 @@
  * 
  */
 #include <stdint.h>
-#include "gf256mul.h"
+#include "gf256mul/gf256mul.h"
 
 uint8_t gf256mul(uint8_t a, uint8_t b, uint8_t reducer){
        uint8_t i;