chore: add vendor dependencies for kauma build
This commit is contained in:
parent
7c94e5d8fb
commit
067ef6141c
1758 changed files with 398473 additions and 0 deletions
16
vendor/openssl-sys/src/handwritten/params.rs
vendored
Normal file
16
vendor/openssl-sys/src/handwritten/params.rs
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
use super::super::*;
|
||||
use libc::*;
|
||||
|
||||
extern "C" {
|
||||
#[cfg(ossl300)]
|
||||
pub fn OSSL_PARAM_construct_uint(key: *const c_char, buf: *mut c_uint) -> OSSL_PARAM;
|
||||
#[cfg(ossl300)]
|
||||
pub fn OSSL_PARAM_construct_end() -> OSSL_PARAM;
|
||||
#[cfg(ossl300)]
|
||||
pub fn OSSL_PARAM_construct_octet_string(
|
||||
key: *const c_char,
|
||||
buf: *mut c_void,
|
||||
bsize: size_t,
|
||||
) -> OSSL_PARAM;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue