]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust: remove md5 crate, unalias md-5
authorJason Ish <jason.ish@oisf.net>
Wed, 23 Dec 2020 04:31:09 +0000 (22:31 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 12 Jan 2021 20:17:29 +0000 (21:17 +0100)
commitff37526c6bca9bb9e92ad7f35c8cee9505beae7a
tree999a7d8b0dbb3c3ca64a7a6f58c297726b3ff68d
parent0a2d8509c966bb9504487b8a81926e02bcf949b8
rust: remove md5 crate, unalias md-5

Remove the md5 crate as a dependency as it is no longer removed.
We now use md-5 from RustCrypto.
rust/Cargo.toml.in
rust/src/ffi/hashing.rs
rust/src/ssh/parser.rs