Skip to content

Commit

Permalink
TS does not work with boringssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Maier committed Aug 29, 2024
1 parent 551e96b commit a10345a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions openssl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ pub mod ssl;
pub mod stack;
pub mod string;
pub mod symm;
#[cfg(not(boringssl))]
pub mod ts;
pub mod version;
pub mod x509;
Expand Down
1 change: 0 additions & 1 deletion openssl/src/ts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ impl TsRespContext {
///
///
/// Requires OpenSSL 1.1.0 or newer.
#[cfg(ossl110)]
#[corresponds(TS_RESP_CTX_set_signer_digest)]
pub fn set_signer_digest(&mut self, md: MessageDigest) -> Result<(), ErrorStack> {
unsafe {
Expand Down

0 comments on commit a10345a

Please sign in to comment.