From d68bee21e5db594fac6d01c6cd2b85b034c20a2c Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 19 May 2016 16:58:52 +0900 Subject: [PATCH] mv usb-icc.c usb-ccid.c --- ChangeLog | 3 +++ src/Makefile.in | 2 +- src/{usb-icc.c => usb-ccid.c} | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) rename src/{usb-icc.c => usb-ccid.c} (99%) diff --git a/ChangeLog b/ChangeLog index 9d17064..27ae6c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-05-19 Niibe Yutaka + * src/usb-ccid.c: Rename from usb-icc.c. + * src/Makefile.in (CSRC): Follow the change. + * chopstx: Update to 0.11. * src/gnuk.h (LED_START_COMMAND, LED_FINISH_COMMAND): Change the diff --git a/src/Makefile.in b/src/Makefile.in index 14894b6..96d8f62 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -11,7 +11,7 @@ LDSCRIPT= gnuk.ld CSRC = main.c usb_stm32f103.c adc_stm32f103.c \ usb_desc.c usb_ctrl.c \ call-rsa.c \ - usb-icc.c openpgp.c ac.c openpgp-do.c flash.c \ + usb-ccid.c openpgp.c ac.c openpgp-do.c flash.c \ bn.c mod.c \ modp256r1.c jpc_p256r1.c ec_p256r1.c call-ec_p256r1.c \ modp256k1.c jpc_p256k1.c ec_p256k1.c call-ec_p256k1.c \ diff --git a/src/usb-icc.c b/src/usb-ccid.c similarity index 99% rename from src/usb-icc.c rename to src/usb-ccid.c index 6588222..11c091e 100644 --- a/src/usb-icc.c +++ b/src/usb-ccid.c @@ -1,5 +1,5 @@ /* - * usb-icc.c -- USB CCID protocol handling + * usb-ccid.c -- USB CCID protocol handling * * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 * Free Software Initiative of Japan