Changeset 3183 for trunk/src/signer/dialog.c
- Timestamp:
- 06/21/07 12:58:57 (19 months ago)
- Files:
-
- 1 modified
-
trunk/src/signer/dialog.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/signer/dialog.c
r3058 r3183 6 6 #define PIN_ENTRY "/usr/local/bin/gpinentry" 7 7 #endif 8 9 extern int ask_and_verify_pin_code(struct sc_pkcs15_card *p15card, 10 struct sc_pkcs15_object *pin); 8 11 9 12 struct entry_parm_s { … … 45 48 argv[1] = NULL; 46 49 47 r = assuan_pipe_connect(&ctx, pgmname, (char **) argv, 0);50 r = assuan_pipe_connect(&ctx, pgmname, (char **) argv, NULL); 48 51 if (r) { 49 52 printf("Can't connect to the PIN entry module: %s\n",
