mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-19 20:50:56 +01:00
added context to pcp_readpass(), rm libpcp/getpass.c
This commit is contained in:
@@ -58,7 +58,7 @@ int pcpsign(char *infile, char *outfile, char *passwd, int z85, int detach) {
|
||||
/* encrypted, decrypt it */
|
||||
char *passphrase;
|
||||
if(passwd == NULL) {
|
||||
pcp_readpass(&passphrase,
|
||||
pcp_readpass(ptx, &passphrase,
|
||||
"Enter passphrase to decrypt your secret key", NULL, 1, NULL);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user