]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - ecdsa/ecc_chudnovsky.c
switching uart header file
[avr-crypto-lib.git] / ecdsa / ecc_chudnovsky.c
index 894125ba57b8decd732c75f010ce5f00992748e9..339c27ea4f676f73a564b7b0db28f1e741cdf9fc 100644 (file)
@@ -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 <stdio.h>
 #include "bigint_io.h"
-#include "uart_i.h"
+#include "uart.h"
 #include <avr/pgmspace.h>
 #endif