1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* maperror.c: Add mapping for Not_Trusted.

This commit is contained in:
Werner Koch 2002-01-15 13:02:13 +00:00
parent 148aa6e529
commit a6a2595dba
4 changed files with 11 additions and 0 deletions

View file

@ -74,6 +74,8 @@ enum {
GNUPG_Certificate_Revoked = 45,
GNUPG_No_CRL_Known = 46,
GNUPG_CRL_Too_Old = 47,
GNUPG_Line_Too_Long = 48,
GNUPG_Not_Trusted = 49,
};
/* Status codes - fixme: should go into another file */