diff --git a/cr_hsm_code.c b/cr_hsm_code.c index 4700768..1782858 100644 --- a/cr_hsm_code.c +++ b/cr_hsm_code.c @@ -202,7 +202,8 @@ int hsm_initialize( void ) } // TODO:この辺りのOCSカード処理?は必要? - + +#if 0 // init Card-Loading Lib(RQCard) ret_code = RQCard_init( &hsmCard, hsmHandle, hsmConnection, hsmWorld, NULL ); if ( ret_code != CR_GENID_SUCCESS ) @@ -218,7 +219,7 @@ int hsm_initialize( void ) printf( "error(%d) : RQCard_fips_init\n", ret_code ); return ret_code; } - + // select Card-Auth UI ret_code = RQCard_ui_scroll( &hsmCard ); if ( ret_code != CR_GENID_SUCCESS ) @@ -226,6 +227,7 @@ int hsm_initialize( void ) printf( "error(%d) : RQCard_ui_scroll\n", ret_code ); return ret_code; } +#endif #ifdef ENCRYPT_AES // load aes dev key