PEP_CANNOT_SET_TRUST added

doc_update_sequoia
Volker Birk 2015-10-10 17:17:57 +02:00
parent d284c23c00
commit 331539c3aa
2 changed files with 2 additions and 1 deletions

View File

@ -366,7 +366,7 @@ DYNAMIC_API PEP_STATUS trust_personal_key(
}
else {
// MISSING: S/MIME has to be handled depending on trusted CAs
status = PEP_ILLEGAL_VALUE;
status = PEP_CANNOT_SET_TRUST;
}
return status;

View File

@ -44,6 +44,7 @@ typedef enum {
PEP_CANNOT_SET_PERSON = 0x0381,
PEP_CANNOT_SET_PGP_KEYPAIR = 0x0382,
PEP_CANNOT_SET_IDENTITY = 0x0383,
PEP_CANNOT_SET_TRUST = 0x0384,
PEP_UNENCRYPTED = 0x0400,
PEP_VERIFIED = 0x0401,