diff options
Diffstat (limited to 'sm/server.c')
-rw-r--r-- | sm/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/server.c b/sm/server.c index f4bb409f5..5ac14bd2d 100644 --- a/sm/server.c +++ b/sm/server.c @@ -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: |