Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compilation warning in ring library
The following warning is being fixed: warning: unused imports: `PKCS1`, `PSS` --> ring/src/rsa/padding.rs:21:13 | 21 | pkcs1::{PKCS1, RSA_PKCS1_SHA256, RSA_PKCS1_SHA384, RSA_PKCS1_SHA512}, | ^^^^^ 22 | pss::{PSS, RSA_PSS_SHA256, RSA_PSS_SHA384, RSA_PSS_SHA512}, | ^^^ | = note: `#[warn(unused_imports)]` on by default That warning was already fixed with this patch: briansmith/ring@c4742e0 Once ring library version will be bumped up, this patch could be dropped. Signed-off-by: Zbigniew Lukwinski <[email protected]>
- Loading branch information