diff options
Diffstat (limited to 'sm/import.c')
-rw-r--r-- | sm/import.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/import.c b/sm/import.c index 5dcd09508..f5e7cf00c 100644 --- a/sm/import.c +++ b/sm/import.c @@ -147,7 +147,8 @@ print_imported_summary (ctrl_t ctrl, struct stats_s *stats) static void -check_and_store (ctrl_t ctrl, struct stats_s *stats, ksba_cert_t cert, int depth) +check_and_store (ctrl_t ctrl, struct stats_s *stats, + ksba_cert_t cert, int depth) { int rc; |