Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
vendor
/
openssl-sys
/
src
/
conf.rs
blob: 9b9d4b26ff38008fef87fc9b6df11c2567a166f2 [
file
] [
log
] [
blame
]
use
*;
extern
"C"
{
pub
fn
NCONF_new
(
meth
:
*
mut
CONF_METHOD
)
->
*
mut
CONF
;
pub
fn
NCONF_default
()
->
*
mut
CONF_METHOD
;
pub
fn
NCONF_free
(
conf
:
*
mut
CONF
);
}