mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
List and check sigs works
This commit is contained in:
parent
649eae8f1b
commit
5c1cca042e
35 changed files with 1007 additions and 793 deletions
|
@ -60,6 +60,7 @@ g10_errstr( int err )
|
|||
X(PASSPHRASE ,"Invalid passphrase")
|
||||
X(NI_PUBKEY ,"Unimplemented pubkey algorithm")
|
||||
X(NI_CIPHER ,"Unimplemented cipher algorithm")
|
||||
X(SIG_CLASS ,"Unknown signature class")
|
||||
|
||||
default: p = buf; sprintf(buf, "Error code %d", err); break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue