diff options
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ int main(int argc, char** argv) /* Read the passphrase */ passphrase = passphrase_read2(fd, PASSPHRASE_READ_NEW | - PASSPHRASE_READ_BELOW_FREE); + PASSPHRASE_READ_SCREEN_FREE); if (passphrase == NULL) { /* Something went wrong, print what and exit */ |