diff options
Diffstat (limited to 'crates/shirabe-php-shim/src/openssl.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/openssl.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/crates/shirabe-php-shim/src/openssl.rs b/crates/shirabe-php-shim/src/openssl.rs index d24caa63..471f80f3 100644 --- a/crates/shirabe-php-shim/src/openssl.rs +++ b/crates/shirabe-php-shim/src/openssl.rs @@ -1,13 +1,3 @@ -use crate::PhpMixed; -use indexmap::IndexMap; - pub const OPENSSL_ALGO_SHA384: i64 = 9; pub const OPENSSL_VERSION_NUMBER: i64 = 0; pub const OPENSSL_VERSION_TEXT: &str = ""; - -pub fn openssl_x509_parse( - _certificate: &str, - _short_names: bool, -) -> Option<IndexMap<String, PhpMixed>> { - todo!() -} |
