Commit a33efaa3 authored by Zack Mullaly's avatar Zack Mullaly
Browse files

Include the hex crate and ToHex import to the second example

parent f206eb6a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,8 +37,10 @@
//!
//! ```rust
//! extern crate openssl;
//! extern crate hex;
//!
//! use openssl::sha::sha256;
//! use hex::ToHex;
//!
//! fn main() {
//!     let hash = sha256(b"your data or message");