Skip to content

Commit a943781

Browse files
committed
Fix openssl build failure
1 parent 856a689 commit a943781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matter/src/crypto/crypto_openssl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use openssl::x509::{X509NameBuilder, X509ReqBuilder, X509};
3939
// We directly use the hmac crate here, there was a self-referential structure
4040
// problem while using OpenSSL's Signer
4141
// TODO: Use proper OpenSSL method for this
42-
use hmac::{Hmac, Mac, NewMac};
42+
use hmac::{Hmac, Mac};
4343
pub struct HmacSha256 {
4444
ctx: Hmac<sha2::Sha256>,
4545
}

0 commit comments

Comments
 (0)