Skip to content

Commit

Permalink
Add module descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Dec 1, 2022
1 parent 4edda63 commit 91dfef5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openssl/src/dh.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Diffie-Hellman key agreement.

use cfg_if::cfg_if;
use foreign_types::{ForeignType, ForeignTypeRef};
use std::mem;
Expand Down
2 changes: 2 additions & 0 deletions openssl/src/md.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Message digest algorithms.

#[cfg(ossl300)]
use crate::cvt_p;
#[cfg(ossl300)]
Expand Down
2 changes: 2 additions & 0 deletions openssl/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// limitations under the License.
//

//! Build and version information.

use cfg_if::cfg_if;
use openssl_macros::corresponds;
use std::ffi::CStr;
Expand Down

0 comments on commit 91dfef5

Please sign in to comment.