diff options
Diffstat (limited to 'crypto/src/ocsp/OCSPResp.cs')
-rw-r--r-- | crypto/src/ocsp/OCSPResp.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/ocsp/OCSPResp.cs b/crypto/src/ocsp/OCSPResp.cs index dc99c6a9a..1e65b2f7a 100644 --- a/crypto/src/ocsp/OCSPResp.cs +++ b/crypto/src/ocsp/OCSPResp.cs @@ -43,7 +43,7 @@ namespace Org.BouncyCastle.Ocsp public int Status { - get { return this.resp.ResponseStatus.Value.IntValue; } + get { return this.resp.ResponseStatus.IntValueExact; } } public object GetResponseObject() |