Skip to content

Commit

Permalink
Update src/rust/src/x509/ocsp_req.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Gaynor <[email protected]>
  • Loading branch information
facutuesca and alex authored Apr 13, 2024
1 parent a9519bc commit 4c70163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/src/x509/ocsp_req.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ fn create_ocsp_request(
) -> CryptographyResult<OCSPRequest> {
let builder_request = builder.getattr(pyo3::intern!(py, "_request"))?;
let serial_number_bytes;
//let ka = cryptography_keepalive::KeepAlive::new();

// Declare outside the if-block so the lifetimes are right.
let (py_cert, py_issuer, py_hash, issuer_name_hash, issuer_key_hash): (
Expand Down

0 comments on commit 4c70163

Please sign in to comment.