diff options
Diffstat (limited to 'scd/app-common.h')
-rw-r--r-- | scd/app-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scd/app-common.h b/scd/app-common.h index 66430b61d..50046a4e3 100644 --- a/scd/app-common.h +++ b/scd/app-common.h @@ -223,6 +223,9 @@ gpg_error_t app_select_p15 (app_t app); /*-- app-geldkarte.c --*/ gpg_error_t app_select_geldkarte (app_t app); +/*-- app-sc-hsm.c --*/ +gpg_error_t app_select_sc_hsm (app_t app); + #endif |