We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551e96b commit a10345aCopy full SHA for a10345a
openssl/src/lib.rs
@@ -193,6 +193,7 @@ pub mod ssl;
193
pub mod stack;
194
pub mod string;
195
pub mod symm;
196
+#[cfg(not(boringssl))]
197
pub mod ts;
198
pub mod version;
199
pub mod x509;
openssl/src/ts.rs
@@ -389,7 +389,6 @@ impl TsRespContext {
389
///
390
391
/// Requires OpenSSL 1.1.0 or newer.
392
- #[cfg(ossl110)]
393
#[corresponds(TS_RESP_CTX_set_signer_digest)]
394
pub fn set_signer_digest(&mut self, md: MessageDigest) -> Result<(), ErrorStack> {
395
unsafe {
0 commit comments