added CERT_ROOF

This commit is contained in:
Andreas Steffen 2007-03-23 22:01:59 +00:00
parent 387c29c62d
commit 0f7995b11e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ encoding_rule_t certreq_payload_encodings[] = {
static status_t verify(private_certreq_payload_t *this)
{
if ((this->cert_encoding == 0) ||
((this->cert_encoding >= 14) && (this->cert_encoding <= 200)))
((this->cert_encoding >= CERT_ROOF) && (this->cert_encoding <= 200)))
{
/* reserved IDs */
return FAILED;