Rename scan_files to scan_files_openpgp

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-05-24 14:25:21 +02:00
parent 4480e29ecc
commit 68ac692de6
3 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ void select_file(file_t *pe) {
}
}
void scan_files() {
void scan_files_openpgp() {
scan_flash();
file_t *ef;
if ((ef = search_by_fid(EF_FULL_AID, NULL, SPECIFY_ANY))) {
@@ -288,7 +288,7 @@ void init_openpgp() {
algo_aut = EF_ALGO_PRIV3;
pk_dec = EF_PK_DEC;
pk_aut = EF_PK_AUT;
scan_files();
scan_files_openpgp();
//cmd_select();
}