aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src/libressl/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-sys/src/libressl/mod.rs')
-rw-r--r--openssl-sys/src/libressl/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/openssl-sys/src/libressl/mod.rs b/openssl-sys/src/libressl/mod.rs
index 0080fc7d..c65f6464 100644
--- a/openssl-sys/src/libressl/mod.rs
+++ b/openssl-sys/src/libressl/mod.rs
@@ -8,11 +8,15 @@ use std::sync::{Once, ONCE_INIT};
pub use libressl::v250::*;
#[cfg(libressl251)]
pub use libressl::v251::*;
+#[cfg(libressl273)]
+pub use libressl::v273::*;
#[cfg(not(libressl251))]
mod v250;
#[cfg(libressl251)]
mod v251;
+#[cfg(libressl273)]
+mod v273;
#[repr(C)]
pub struct stack_st_ASN1_OBJECT {