mv usb-icc.c usb-ccid.c

This commit is contained in:
NIIBE Yutaka
2016-05-19 16:58:52 +09:00
parent 2903e88986
commit d68bee21e5
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2016-05-19 Niibe Yutaka <gniibe@fsij.org>
* 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

View File

@@ -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 \

View File

@@ -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