mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add code to better handle unplugging of a reader.
This commit is contained in:
parent
e535e3fccc
commit
e49d808e1f
7 changed files with 94 additions and 15 deletions
|
@ -48,6 +48,7 @@
|
|||
#include "i18n.h"
|
||||
#include "sysutils.h"
|
||||
#include "app-common.h"
|
||||
#include "apdu.h"
|
||||
#include "ccid-driver.h"
|
||||
#include "mkdtemp.h"
|
||||
#include "gc-opt-flags.h"
|
||||
|
@ -858,6 +859,7 @@ main (int argc, char **argv )
|
|||
void
|
||||
scd_exit (int rc)
|
||||
{
|
||||
apdu_prepare_exit ();
|
||||
#if 0
|
||||
#warning no update_random_seed_file
|
||||
update_random_seed_file();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue