Skip to content

Commit a10345a

Browse files
author
Jonas Maier
committed
TS does not work with boringssl
1 parent 551e96b commit a10345a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

openssl/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ pub mod ssl;
193193
pub mod stack;
194194
pub mod string;
195195
pub mod symm;
196+
#[cfg(not(boringssl))]
196197
pub mod ts;
197198
pub mod version;
198199
pub mod x509;

openssl/src/ts.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ impl TsRespContext {
389389
///
390390
///
391391
/// Requires OpenSSL 1.1.0 or newer.
392-
#[cfg(ossl110)]
393392
#[corresponds(TS_RESP_CTX_set_signer_digest)]
394393
pub fn set_signer_digest(&mut self, md: MessageDigest) -> Result<(), ErrorStack> {
395394
unsafe {

0 commit comments

Comments
 (0)