mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Started with decryption stuff
This commit is contained in:
parent
64c36057eb
commit
e8676a0871
9 changed files with 372 additions and 367 deletions
|
@ -59,6 +59,7 @@ rc_to_assuan_status (int rc)
|
|||
case GNUPG_Agent_Error: rc = ASSUAN_Agent_Error; break;
|
||||
case GNUPG_No_Public_Key: rc = ASSUAN_No_Public_Key; break;
|
||||
case GNUPG_No_Secret_Key: rc = ASSUAN_No_Secret_Key; break;
|
||||
case GNUPG_Invalid_Data: rc = ASSUAN_Invalid_Data; break;
|
||||
|
||||
case GNUPG_Read_Error:
|
||||
case GNUPG_Write_Error:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue