PEP_CANNOT_SET_TRUST added
parent
d284c23c00
commit
331539c3aa
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue