more changes

This commit is contained in:
NIIBE Yutaka
2010-09-04 13:48:26 +09:00
parent 3c9e24c7e2
commit e59ca762a9
15 changed files with 127 additions and 187 deletions

View File

@@ -21,6 +21,7 @@
*
*/
#include "config.h"
#include "ch.h"
#include "hal.h"
#include "gnuk.h"
@@ -475,7 +476,7 @@ struct command
void (*cmd_handler) (void);
};
struct command cmds[] = {
const struct command cmds[] = {
{ INS_VERIFY, cmd_verify },
{ INS_CHANGE_REFERENCE_DATA, cmd_change_password },
{ INS_PSO, cmd_pso },