diff options
Diffstat (limited to 'src/certtool-common.h')
-rw-r--r-- | src/certtool-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/certtool-common.h b/src/certtool-common.h index ee07f133c8..ed6de4a677 100644 --- a/src/certtool-common.h +++ b/src/certtool-common.h @@ -54,6 +54,7 @@ typedef struct common_info { const char *password; int null_password; int empty_password; + int ask_pass; unsigned int crq_extensions; unsigned int v1_cert; /* for key generation */ |