X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bigint%2Fbigint.c;h=6d77cdf802231412bf1f4211f6ff68c60d1a1b31;hp=7ac550bebeb8966f75790a763fbb7f17a5435a25;hb=b8aa8d06134ce687993cb3148d66ebd86dbf1d6f;hpb=8d1970350aa1d7cdcb59cf79f7f60e385e2816e5 diff --git a/bigint/bigint.c b/bigint/bigint.c index 7ac550b..6d77cdf 100644 --- a/bigint/bigint.c +++ b/bigint/bigint.c @@ -1,7 +1,7 @@ /* bigint.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -61,7 +61,7 @@ #if DEBUG #include "cli.h" -#include "uart_i.h" +#include "uart.h" #include "bigint_io.h" #endif