changed prefix of crl_reason_t values from CRL_ to CRL_REASON_

This commit is contained in:
Andreas Steffen
2009-08-31 23:21:50 +02:00
parent dc4aadc3f2
commit f561d6f2e9
7 changed files with 28 additions and 28 deletions
@@ -320,7 +320,7 @@ static bool parse_singleResponse(private_x509_ocsp_response_t *this,
response->serialNumber = chunk_empty;
response->status = VALIDATION_FAILED;
response->revocationTime = 0;
response->revocationReason = CRL_UNSPECIFIED;
response->revocationReason = CRL_REASON_UNSPECIFIED;
response->thisUpdate = UNDEFINED_TIME;
/* if nextUpdate is missing, we give it a short lifetime */
response->nextUpdate = this->producedAt + OCSP_DEFAULT_LIFETIME;