Commit 5febb69f authored by Steven Fackler's avatar Steven Fackler
Browse files

define OSSL_LIB_CTX

parent b50dc27c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -166,6 +166,7 @@ pub mod ssl;
pub mod stack;
pub mod string;
pub mod symm;
pub mod types;
pub mod version;
pub mod x509;

openssl/src/types.rs

0 → 100644
+2 −0
Original line number Diff line number Diff line
#[cfg(ossl300)]
pub enum OSSL_LIB_CTX {}