本番環境に近づけるために:librqcard.a と -lm をリンクするライブラリから除外

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@155 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
kubodera_yuichi 2010-01-07 08:48:21 +00:00
parent f6b4054b28
commit 75a4d9c7cc
2 changed files with 4 additions and 5 deletions

View File

@ -9,8 +9,8 @@
# DEV_CYGWIN = FALSE
# USE_HSM = TRUE
DEV_CYGWIN = TRUE
#USE_HSM = TRUE
#DEV_CYGWIN = TRUE
USE_HSM = TRUE
ifeq ($(USE_HSM),TRUE)
@ -44,11 +44,10 @@ NFAST_CPPFLAGS = \
# nFast LDLIBS
NFAST_LDLIBS = \
$(NFAST_LIBPATH)/librqcard.a \
$(NFAST_LIBPATH)/libnfkm.a \
$(NFAST_LIBPATH)/libnfstub.a \
$(NFAST_LIBPATH)/libnflog.a \
$(NFAST_LIBPATH)/libcutils.a -lm \
$(NFAST_LIBPATH)/libcutils.a \
else # !USE_HSM

View File

@ -161,7 +161,7 @@ const NFKM_KeyIdent hsmEcdsaPubkeyidentProd = { (char*)"simple", (char*)"nct2-pu
int hsm_ecdsa_load_keypair( NFKM_KeyIdent privKeyident, M_KeyID *privKeyid,
NFKM_KeyIdent pubKeyident, M_KeyID *pubKeyid );
//#define EXE_AUTH_OK
#define EXE_AUTH_OK
// init HSM
int hsm_initialize( void )
{