1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

More error codes

This commit is contained in:
Werner Koch 2001-12-06 20:47:30 +00:00
parent f8c249a9d6
commit e4a72423ff
2 changed files with 5 additions and 0 deletions

View file

@ -42,6 +42,8 @@ map_ksba_err (int err)
case -1:
case 0:
break;
case KSBA_Unsupported_Algorithm: err = GNUPG_Unsupported_Algorithm; break;
default:
err = seterr (General_Error);