mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
hsm_utils/import_rsa_keypair:small fix
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@232 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
ebf59663ed
commit
cd06a8b297
@ -66,8 +66,8 @@ const NFKM_KeyIdent pub_keyident = { (char*)"simple", (char*)"test-rsa-pubkey204
|
||||
|
||||
unsigned char save_enc[DATA_LEN];
|
||||
|
||||
char *privKeyFilePath = DEFAULT_PRIV_KEY_FILE_PATH;
|
||||
char *pubKeyFilePath = DEFAULT_PUB_KEY_FILE_PATH;
|
||||
char *privKeyFilePath = (char*)DEFAULT_PRIV_KEY_FILE_PATH;
|
||||
char *pubKeyFilePath = (char*)DEFAULT_PUB_KEY_FILE_PATH;
|
||||
|
||||
// function
|
||||
int importRSAPrivate( NFKM_KeyIdent keyident );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user