X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=ecdsa%2Fecc_chudnovsky.c;h=339c27ea4f676f73a564b7b0db28f1e741cdf9fc;hb=e9e07569721b9e005d6b602e26a03e930e796577;hp=894125ba57b8decd732c75f010ce5f00992748e9;hpb=3a9f9d918fb95474996af535c225a7e187d88372;p=avr-crypto-lib.git diff --git a/ecdsa/ecc_chudnovsky.c b/ecdsa/ecc_chudnovsky.c index 894125b..339c27e 100644 --- a/ecdsa/ecc_chudnovsky.c +++ b/ecdsa/ecc_chudnovsky.c @@ -1,7 +1,7 @@ /* ecc_chudnovsky.c */ /* This file is part of the ARM-Crypto-Lib. - Copyright (C) 2006-2012 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 @@ -27,7 +27,7 @@ #if 1 #include #include "bigint_io.h" -#include "uart_i.h" +#include "uart.h" #include #endif