Skip to content

Commit

Permalink
Merge pull request #2065 from botovq/dsa-generate-parameters
Browse files Browse the repository at this point in the history
Remove DH_generate_parameters for LibreSSL 3.8.2
  • Loading branch information
alex committed Oct 21, 2023
2 parents 6568376 + a4f2a38 commit 04ffe96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openssl-sys/src/handwritten/dh.rs
Expand Up @@ -5,6 +5,7 @@ extern "C" {
pub fn DH_free(dh: *mut DH);
pub fn DH_check(dh: *const DH, codes: *mut c_int) -> c_int;

#[cfg(not(libressl382))]
pub fn DH_generate_parameters(
prime_len: c_int,
generator: c_int,
Expand Down

0 comments on commit 04ffe96

Please sign in to comment.