Skip to content

Commit 351916a

Browse files
committed
Fixed compilation with Rust 1.84
1 parent fa39ce2 commit 351916a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ impl CertContext {
117117
{
118118
HCCE_LOCAL_MACHINE
119119
} else {
120-
HCERTCHAINENGINE::default()
120+
ptr::null_mut()
121121
};
122122

123123
let result = CertGetCertificateChain(

0 commit comments

Comments
 (0)