Oct 16 12:40:02.791 INFO testing ecdh-0.0.12 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:40:02.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 12:40:03.258 INFO blam! f68234e523bd2b261ef83dcce194a3029f19062bdcdf4438f52122f3b277d3e9 Oct 16 12:40:03.261 INFO running `"docker" "start" "-a" "f68234e523bd2b261ef83dcce194a3029f19062bdcdf4438f52122f3b277d3e9"` Oct 16 12:40:04.491 INFO kablam! usermod: no changes Oct 16 12:40:04.557 INFO kablam! Compiling ecdh v0.0.12 (/source) Oct 16 12:40:05.735 INFO kablam! warning: `extern` block uses type `bindings_ecdh::st_CRYPTO_EX_DATA_IMPL` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.735 INFO kablam! --> src/bindings_ecdh.rs:1858:48 Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! 1858 | pub fn CRYPTO_get_ex_data_implementation() -> *const st_CRYPTO_EX_DATA_IMPL; Oct 16 12:40:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 16 12:40:05.735 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.735 INFO kablam! note: type defined here Oct 16 12:40:05.735 INFO kablam! --> src/bindings_ecdh.rs:559:1 Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! 559 | pub struct st_CRYPTO_EX_DATA_IMPL; Oct 16 12:40:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.735 INFO kablam! Oct 16 12:40:05.735 INFO kablam! warning: `extern` block uses type `bindings_ecdh::st_CRYPTO_EX_DATA_IMPL` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.735 INFO kablam! --> src/bindings_ecdh.rs:1868:46 Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! 1868 | pub fn CRYPTO_set_ex_data_implementation(i: *const st_CRYPTO_EX_DATA_IMPL) -> libc::c_int; Oct 16 12:40:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.735 INFO kablam! note: type defined here Oct 16 12:40:05.735 INFO kablam! --> src/bindings_ecdh.rs:559:1 Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! 559 | pub struct st_CRYPTO_EX_DATA_IMPL; Oct 16 12:40:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.735 INFO kablam! Oct 16 12:40:05.735 INFO kablam! warning: `extern` block uses type `bindings_ecdh::hostent` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.735 INFO kablam! --> src/bindings_ecdh.rs:3526:57 Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! 3526 | pub fn BIO_gethostbyname(name: *const libc::c_char) -> *mut hostent; Oct 16 12:40:05.735 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.735 INFO kablam! note: type defined here Oct 16 12:40:05.735 INFO kablam! --> src/bindings_ecdh.rs:635:1 Oct 16 12:40:05.735 INFO kablam! | Oct 16 12:40:05.735 INFO kablam! 635 | pub struct hostent; Oct 16 12:40:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.735 INFO kablam! Oct 16 12:40:05.746 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:3804:25 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 3804 | pub fn BN_CTX_new() -> *mut bignum_ctx; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.746 INFO kablam! note: type defined here Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! Oct 16 12:40:05.746 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:3814:24 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 3814 | pub fn BN_CTX_init(c: *mut bignum_ctx); Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.746 INFO kablam! note: type defined here Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! Oct 16 12:40:05.746 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:3824:24 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 3824 | pub fn BN_CTX_free(c: *mut bignum_ctx); Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.746 INFO kablam! note: type defined here Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! Oct 16 12:40:05.746 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:3834:27 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 3834 | pub fn BN_CTX_start(ctx: *mut bignum_ctx); Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.746 INFO kablam! note: type defined here Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! Oct 16 12:40:05.746 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:3844:25 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 3844 | pub fn BN_CTX_get(ctx: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.746 INFO kablam! note: type defined here Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! Oct 16 12:40:05.746 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:3854:25 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 3854 | pub fn BN_CTX_end(ctx: *mut bignum_ctx); Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.746 INFO kablam! note: type defined here Oct 16 12:40:05.746 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.746 INFO kablam! | Oct 16 12:40:05.746 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.746 INFO kablam! Oct 16 12:40:05.748 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.748 INFO kablam! --> src/bindings_ecdh.rs:4080:82 Oct 16 12:40:05.748 INFO kablam! | Oct 16 12:40:05.748 INFO kablam! 4080 | pub fn BN_mul(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.748 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.748 INFO kablam! | Oct 16 12:40:05.748 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.748 INFO kablam! note: type defined here Oct 16 12:40:05.748 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.748 INFO kablam! | Oct 16 12:40:05.748 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.748 INFO kablam! Oct 16 12:40:05.748 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.748 INFO kablam! --> src/bindings_ecdh.rs:4092:61 Oct 16 12:40:05.748 INFO kablam! | Oct 16 12:40:05.748 INFO kablam! 4092 | pub fn BN_sqr(r: *mut bignum_st, a: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.748 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.748 INFO kablam! | Oct 16 12:40:05.748 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.748 INFO kablam! note: type defined here Oct 16 12:40:05.748 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.748 INFO kablam! | Oct 16 12:40:05.749 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.749 INFO kablam! Oct 16 12:40:05.749 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.749 INFO kablam! --> src/bindings_ecdh.rs:4117:104 Oct 16 12:40:05.749 INFO kablam! | Oct 16 12:40:05.749 INFO kablam! 4117 | pub fn BN_div(dv: *mut bignum_st, rem: *mut bignum_st, m: *const bignum_st, d: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.749 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.749 INFO kablam! | Oct 16 12:40:05.749 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.749 INFO kablam! note: type defined here Oct 16 12:40:05.749 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.749 INFO kablam! | Oct 16 12:40:05.749 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.749 INFO kablam! Oct 16 12:40:05.749 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.749 INFO kablam! --> src/bindings_ecdh.rs:4130:84 Oct 16 12:40:05.749 INFO kablam! | Oct 16 12:40:05.749 INFO kablam! 4130 | pub fn BN_nnmod(r: *mut bignum_st, m: *const bignum_st, d: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.749 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.749 INFO kablam! | Oct 16 12:40:05.750 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.750 INFO kablam! note: type defined here Oct 16 12:40:05.750 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.750 INFO kablam! | Oct 16 12:40:05.750 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.750 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.750 INFO kablam! Oct 16 12:40:05.750 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.750 INFO kablam! --> src/bindings_ecdh.rs:4144:107 Oct 16 12:40:05.750 INFO kablam! | Oct 16 12:40:05.750 INFO kablam! 4144 | pub fn BN_mod_add(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.750 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.750 INFO kablam! | Oct 16 12:40:05.750 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.750 INFO kablam! note: type defined here Oct 16 12:40:05.751 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.751 INFO kablam! | Oct 16 12:40:05.751 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.751 INFO kablam! Oct 16 12:40:05.751 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.751 INFO kablam! --> src/bindings_ecdh.rs:4171:107 Oct 16 12:40:05.751 INFO kablam! | Oct 16 12:40:05.751 INFO kablam! 4171 | pub fn BN_mod_sub(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.751 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.751 INFO kablam! | Oct 16 12:40:05.751 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.751 INFO kablam! note: type defined here Oct 16 12:40:05.751 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.751 INFO kablam! | Oct 16 12:40:05.751 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.751 INFO kablam! Oct 16 12:40:05.751 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.751 INFO kablam! --> src/bindings_ecdh.rs:4198:107 Oct 16 12:40:05.751 INFO kablam! | Oct 16 12:40:05.751 INFO kablam! 4198 | pub fn BN_mod_mul(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.751 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.751 INFO kablam! | Oct 16 12:40:05.751 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.751 INFO kablam! note: type defined here Oct 16 12:40:05.751 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.752 INFO kablam! | Oct 16 12:40:05.752 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.752 INFO kablam! Oct 16 12:40:05.752 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.752 INFO kablam! --> src/bindings_ecdh.rs:4211:86 Oct 16 12:40:05.752 INFO kablam! | Oct 16 12:40:05.754 INFO kablam! 4211 | pub fn BN_mod_sqr(r: *mut bignum_st, a: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.755 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.755 INFO kablam! | Oct 16 12:40:05.755 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.755 INFO kablam! note: type defined here Oct 16 12:40:05.755 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.755 INFO kablam! | Oct 16 12:40:05.755 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.755 INFO kablam! Oct 16 12:40:05.755 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.755 INFO kablam! --> src/bindings_ecdh.rs:4224:90 Oct 16 12:40:05.755 INFO kablam! | Oct 16 12:40:05.755 INFO kablam! 4224 | pub fn BN_mod_lshift1(r: *mut bignum_st, a: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.755 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.755 INFO kablam! | Oct 16 12:40:05.755 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.755 INFO kablam! note: type defined here Oct 16 12:40:05.755 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.755 INFO kablam! | Oct 16 12:40:05.755 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.755 INFO kablam! Oct 16 12:40:05.755 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.755 INFO kablam! --> src/bindings_ecdh.rs:4250:105 Oct 16 12:40:05.755 INFO kablam! | Oct 16 12:40:05.755 INFO kablam! 4250 | pub fn BN_mod_lshift(r: *mut bignum_st, a: *const bignum_st, n: libc::c_int, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.758 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.759 INFO kablam! | Oct 16 12:40:05.759 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.759 INFO kablam! note: type defined here Oct 16 12:40:05.759 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.759 INFO kablam! | Oct 16 12:40:05.759 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.759 INFO kablam! Oct 16 12:40:05.759 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.759 INFO kablam! --> src/bindings_ecdh.rs:4407:82 Oct 16 12:40:05.759 INFO kablam! | Oct 16 12:40:05.759 INFO kablam! 4407 | pub fn BN_exp(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.759 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.759 INFO kablam! | Oct 16 12:40:05.759 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.759 INFO kablam! note: type defined here Oct 16 12:40:05.759 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.759 INFO kablam! | Oct 16 12:40:05.759 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.759 INFO kablam! Oct 16 12:40:05.759 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.759 INFO kablam! --> src/bindings_ecdh.rs:4421:107 Oct 16 12:40:05.759 INFO kablam! | Oct 16 12:40:05.759 INFO kablam! 4421 | pub fn BN_mod_exp(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.760 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.760 INFO kablam! | Oct 16 12:40:05.762 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.763 INFO kablam! note: type defined here Oct 16 12:40:05.763 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.763 INFO kablam! | Oct 16 12:40:05.763 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.763 INFO kablam! Oct 16 12:40:05.763 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.763 INFO kablam! --> src/bindings_ecdh.rs:4436:112 Oct 16 12:40:05.763 INFO kablam! | Oct 16 12:40:05.763 INFO kablam! 4436 | pub fn BN_mod_exp_mont(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, m_ctx: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:05.763 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.763 INFO kablam! | Oct 16 12:40:05.763 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.763 INFO kablam! note: type defined here Oct 16 12:40:05.763 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.763 INFO kablam! | Oct 16 12:40:05.763 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.763 INFO kablam! Oct 16 12:40:05.763 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.763 INFO kablam! --> src/bindings_ecdh.rs:4451:123 Oct 16 12:40:05.763 INFO kablam! | Oct 16 12:40:05.763 INFO kablam! 4451 | pub fn BN_mod_exp_mont_consttime(rr: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, in_mont: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:05.763 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.764 INFO kablam! | Oct 16 12:40:05.764 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.766 INFO kablam! note: type defined here Oct 16 12:40:05.767 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.767 INFO kablam! | Oct 16 12:40:05.767 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.767 INFO kablam! Oct 16 12:40:05.767 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.767 INFO kablam! --> src/bindings_ecdh.rs:4466:114 Oct 16 12:40:05.767 INFO kablam! | Oct 16 12:40:05.767 INFO kablam! 4466 | pub fn BN_mod_exp_mont_word(r: *mut bignum_st, a: libc::c_ulong, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, m_ctx: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:05.767 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.767 INFO kablam! | Oct 16 12:40:05.767 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.767 INFO kablam! note: type defined here Oct 16 12:40:05.767 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.767 INFO kablam! | Oct 16 12:40:05.767 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.767 INFO kablam! Oct 16 12:40:05.767 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.767 INFO kablam! --> src/bindings_ecdh.rs:4483:159 Oct 16 12:40:05.767 INFO kablam! | Oct 16 12:40:05.767 INFO kablam! 4483 | pub fn BN_mod_exp2_mont(r: *mut bignum_st, a1: *const bignum_st, p1: *const bignum_st, a2: *const bignum_st, p2: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, m_ctx: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:05.767 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.768 INFO kablam! | Oct 16 12:40:05.768 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.768 INFO kablam! note: type defined here Oct 16 12:40:05.770 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.771 INFO kablam! | Oct 16 12:40:05.771 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.771 INFO kablam! Oct 16 12:40:05.771 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.771 INFO kablam! --> src/bindings_ecdh.rs:4497:114 Oct 16 12:40:05.771 INFO kablam! | Oct 16 12:40:05.771 INFO kablam! 4497 | pub fn BN_mod_exp_simple(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.771 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.771 INFO kablam! | Oct 16 12:40:05.771 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.771 INFO kablam! note: type defined here Oct 16 12:40:05.771 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.771 INFO kablam! | Oct 16 12:40:05.771 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.771 INFO kablam! Oct 16 12:40:05.771 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.771 INFO kablam! --> src/bindings_ecdh.rs:4543:86 Oct 16 12:40:05.771 INFO kablam! | Oct 16 12:40:05.771 INFO kablam! 4543 | pub fn BN_reciprocal(r: *mut bignum_st, m: *const bignum_st, len: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.771 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.771 INFO kablam! | Oct 16 12:40:05.771 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.771 INFO kablam! note: type defined here Oct 16 12:40:05.772 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.772 INFO kablam! | Oct 16 12:40:05.772 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.772 INFO kablam! Oct 16 12:40:05.774 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.775 INFO kablam! --> src/bindings_ecdh.rs:4685:82 Oct 16 12:40:05.775 INFO kablam! | Oct 16 12:40:05.775 INFO kablam! 4685 | pub fn BN_gcd(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.775 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.775 INFO kablam! | Oct 16 12:40:05.775 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.775 INFO kablam! note: type defined here Oct 16 12:40:05.775 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.775 INFO kablam! | Oct 16 12:40:05.775 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.775 INFO kablam! Oct 16 12:40:05.775 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.775 INFO kablam! --> src/bindings_ecdh.rs:4697:69 Oct 16 12:40:05.775 INFO kablam! | Oct 16 12:40:05.775 INFO kablam! 4697 | pub fn BN_kronecker(a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.775 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.775 INFO kablam! | Oct 16 12:40:05.775 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.775 INFO kablam! note: type defined here Oct 16 12:40:05.775 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.775 INFO kablam! | Oct 16 12:40:05.775 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.776 INFO kablam! Oct 16 12:40:05.776 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.776 INFO kablam! --> src/bindings_ecdh.rs:4710:92 Oct 16 12:40:05.776 INFO kablam! | Oct 16 12:40:05.776 INFO kablam! 4710 | pub fn BN_mod_inverse(ret: *mut bignum_st, a: *const bignum_st, n: *const bignum_st, ctx: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:05.776 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.778 INFO kablam! | Oct 16 12:40:05.779 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.779 INFO kablam! note: type defined here Oct 16 12:40:05.779 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.779 INFO kablam! | Oct 16 12:40:05.779 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.779 INFO kablam! Oct 16 12:40:05.779 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.779 INFO kablam! --> src/bindings_ecdh.rs:4723:89 Oct 16 12:40:05.779 INFO kablam! | Oct 16 12:40:05.779 INFO kablam! 4723 | pub fn BN_mod_sqrt(ret: *mut bignum_st, a: *const bignum_st, n: *const bignum_st, ctx: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:05.779 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.779 INFO kablam! | Oct 16 12:40:05.779 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.779 INFO kablam! note: type defined here Oct 16 12:40:05.779 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.779 INFO kablam! | Oct 16 12:40:05.779 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.779 INFO kablam! Oct 16 12:40:05.779 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.779 INFO kablam! --> src/bindings_ecdh.rs:4766:143 Oct 16 12:40:05.779 INFO kablam! | Oct 16 12:40:05.779 INFO kablam! 4766 | pub fn BN_is_prime(p: *const bignum_st, nchecks: libc::c_int, callback: Option, ctx: *mut bignum_ctx, cb_arg: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:05.780 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.780 INFO kablam! | Oct 16 12:40:05.780 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.780 INFO kablam! note: type defined here Oct 16 12:40:05.780 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.780 INFO kablam! | Oct 16 12:40:05.780 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.783 INFO kablam! Oct 16 12:40:05.783 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.783 INFO kablam! --> src/bindings_ecdh.rs:4781:152 Oct 16 12:40:05.783 INFO kablam! | Oct 16 12:40:05.783 INFO kablam! 4781 | pub fn BN_is_prime_fasttest(p: *const bignum_st, nchecks: libc::c_int, callback: Option, ctx: *mut bignum_ctx, cb_arg: *mut libc::c_void, do_trial_division: libc::c_int) -> libc::c_int; Oct 16 12:40:05.783 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.783 INFO kablam! | Oct 16 12:40:05.783 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.783 INFO kablam! note: type defined here Oct 16 12:40:05.783 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.783 INFO kablam! | Oct 16 12:40:05.783 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.783 INFO kablam! Oct 16 12:40:05.783 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.783 INFO kablam! --> src/bindings_ecdh.rs:4809:72 Oct 16 12:40:05.783 INFO kablam! | Oct 16 12:40:05.783 INFO kablam! 4809 | pub fn BN_is_prime_ex(p: *const bignum_st, nchecks: libc::c_int, ctx: *mut bignum_ctx, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:05.783 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.783 INFO kablam! | Oct 16 12:40:05.783 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.783 INFO kablam! note: type defined here Oct 16 12:40:05.783 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.784 INFO kablam! | Oct 16 12:40:05.784 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.784 INFO kablam! Oct 16 12:40:05.787 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.787 INFO kablam! --> src/bindings_ecdh.rs:4823:81 Oct 16 12:40:05.787 INFO kablam! | Oct 16 12:40:05.787 INFO kablam! 4823 | pub fn BN_is_prime_fasttest_ex(p: *const bignum_st, nchecks: libc::c_int, ctx: *mut bignum_ctx, do_trial_division: libc::c_int, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:05.787 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.787 INFO kablam! | Oct 16 12:40:05.787 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.787 INFO kablam! note: type defined here Oct 16 12:40:05.787 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.787 INFO kablam! | Oct 16 12:40:05.787 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.787 INFO kablam! Oct 16 12:40:05.787 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.787 INFO kablam! --> src/bindings_ecdh.rs:4836:95 Oct 16 12:40:05.787 INFO kablam! | Oct 16 12:40:05.787 INFO kablam! 4836 | pub fn BN_X931_generate_Xpq(Xp: *mut bignum_st, Xq: *mut bignum_st, nbits: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.787 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.787 INFO kablam! | Oct 16 12:40:05.787 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.787 INFO kablam! note: type defined here Oct 16 12:40:05.787 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.787 INFO kablam! | Oct 16 12:40:05.787 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.788 INFO kablam! Oct 16 12:40:05.788 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.788 INFO kablam! --> src/bindings_ecdh.rs:4854:186 Oct 16 12:40:05.788 INFO kablam! | Oct 16 12:40:05.788 INFO kablam! 4854 | pub fn BN_X931_derive_prime_ex(p: *mut bignum_st, p1: *mut bignum_st, p2: *mut bignum_st, Xp: *const bignum_st, Xp1: *const bignum_st, Xp2: *const bignum_st, e: *const bignum_st, ctx: *mut bignum_ctx, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:05.788 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.788 INFO kablam! | Oct 16 12:40:05.790 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.791 INFO kablam! note: type defined here Oct 16 12:40:05.791 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.791 INFO kablam! | Oct 16 12:40:05.791 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.791 INFO kablam! Oct 16 12:40:05.791 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.791 INFO kablam! --> src/bindings_ecdh.rs:4872:184 Oct 16 12:40:05.791 INFO kablam! | Oct 16 12:40:05.791 INFO kablam! 4872 | pub fn BN_X931_generate_prime_ex(p: *mut bignum_st, p1: *mut bignum_st, p2: *mut bignum_st, Xp1: *mut bignum_st, Xp2: *mut bignum_st, Xp: *const bignum_st, e: *const bignum_st, ctx: *mut bignum_ctx, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:05.791 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.791 INFO kablam! | Oct 16 12:40:05.791 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.791 INFO kablam! note: type defined here Oct 16 12:40:05.791 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.791 INFO kablam! | Oct 16 12:40:05.791 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.791 INFO kablam! Oct 16 12:40:05.791 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.791 INFO kablam! --> src/bindings_ecdh.rs:4905:124 Oct 16 12:40:05.791 INFO kablam! | Oct 16 12:40:05.792 INFO kablam! 4905 | pub fn BN_mod_mul_montgomery(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, mont: *mut bn_mont_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.792 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.792 INFO kablam! | Oct 16 12:40:05.792 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.792 INFO kablam! note: type defined here Oct 16 12:40:05.792 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.792 INFO kablam! | Oct 16 12:40:05.794 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.795 INFO kablam! Oct 16 12:40:05.795 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.795 INFO kablam! --> src/bindings_ecdh.rs:4918:100 Oct 16 12:40:05.795 INFO kablam! | Oct 16 12:40:05.795 INFO kablam! 4918 | pub fn BN_from_montgomery(r: *mut bignum_st, a: *const bignum_st, mont: *mut bn_mont_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.795 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.795 INFO kablam! | Oct 16 12:40:05.795 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.795 INFO kablam! note: type defined here Oct 16 12:40:05.795 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.795 INFO kablam! | Oct 16 12:40:05.795 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.795 INFO kablam! Oct 16 12:40:05.795 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.795 INFO kablam! --> src/bindings_ecdh.rs:4940:81 Oct 16 12:40:05.795 INFO kablam! | Oct 16 12:40:05.795 INFO kablam! 4940 | pub fn BN_MONT_CTX_set(mont: *mut bn_mont_ctx_st, mod_: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.795 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.795 INFO kablam! | Oct 16 12:40:05.795 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.795 INFO kablam! note: type defined here Oct 16 12:40:05.795 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.796 INFO kablam! | Oct 16 12:40:05.796 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.796 INFO kablam! Oct 16 12:40:05.796 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.798 INFO kablam! --> src/bindings_ecdh.rs:4964:113 Oct 16 12:40:05.799 INFO kablam! | Oct 16 12:40:05.799 INFO kablam! 4964 | pub fn BN_MONT_CTX_set_locked(pmont: *mut *mut bn_mont_ctx_st, lock: libc::c_int, mod_: *const bignum_st, ctx: *mut bignum_ctx) -> *mut bn_mont_ctx_st; Oct 16 12:40:05.799 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.799 INFO kablam! | Oct 16 12:40:05.799 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.799 INFO kablam! note: type defined here Oct 16 12:40:05.799 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.799 INFO kablam! | Oct 16 12:40:05.799 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.799 INFO kablam! Oct 16 12:40:05.799 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.799 INFO kablam! --> src/bindings_ecdh.rs:4976:93 Oct 16 12:40:05.799 INFO kablam! | Oct 16 12:40:05.799 INFO kablam! 4976 | pub fn BN_BLINDING_new(A: *const bignum_st, Ai: *const bignum_st, mod_: *mut bignum_st) -> *mut bn_blinding_st; Oct 16 12:40:05.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.799 INFO kablam! | Oct 16 12:40:05.799 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.799 INFO kablam! note: type defined here Oct 16 12:40:05.799 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.799 INFO kablam! | Oct 16 12:40:05.799 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.799 INFO kablam! Oct 16 12:40:05.799 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.800 INFO kablam! --> src/bindings_ecdh.rs:4986:29 Oct 16 12:40:05.800 INFO kablam! | Oct 16 12:40:05.800 INFO kablam! 4986 | pub fn BN_BLINDING_free(b: *mut bn_blinding_st); Oct 16 12:40:05.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.800 INFO kablam! | Oct 16 12:40:05.800 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.800 INFO kablam! note: type defined here Oct 16 12:40:05.800 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.803 INFO kablam! | Oct 16 12:40:05.803 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.803 INFO kablam! Oct 16 12:40:05.803 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.803 INFO kablam! --> src/bindings_ecdh.rs:4997:31 Oct 16 12:40:05.803 INFO kablam! | Oct 16 12:40:05.803 INFO kablam! 4997 | pub fn BN_BLINDING_update(b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.803 INFO kablam! | Oct 16 12:40:05.803 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.803 INFO kablam! note: type defined here Oct 16 12:40:05.803 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.803 INFO kablam! | Oct 16 12:40:05.803 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.803 INFO kablam! Oct 16 12:40:05.803 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.803 INFO kablam! --> src/bindings_ecdh.rs:4997:57 Oct 16 12:40:05.803 INFO kablam! | Oct 16 12:40:05.803 INFO kablam! 4997 | pub fn BN_BLINDING_update(b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.803 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.803 INFO kablam! | Oct 16 12:40:05.803 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.804 INFO kablam! note: type defined here Oct 16 12:40:05.804 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.804 INFO kablam! | Oct 16 12:40:05.804 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.804 INFO kablam! Oct 16 12:40:05.804 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.804 INFO kablam! --> src/bindings_ecdh.rs:5009:51 Oct 16 12:40:05.804 INFO kablam! | Oct 16 12:40:05.804 INFO kablam! 5009 | pub fn BN_BLINDING_convert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.806 INFO kablam! | Oct 16 12:40:05.807 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.807 INFO kablam! note: type defined here Oct 16 12:40:05.807 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.807 INFO kablam! | Oct 16 12:40:05.807 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.807 INFO kablam! Oct 16 12:40:05.807 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.807 INFO kablam! --> src/bindings_ecdh.rs:5009:77 Oct 16 12:40:05.807 INFO kablam! | Oct 16 12:40:05.807 INFO kablam! 5009 | pub fn BN_BLINDING_convert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.807 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.807 INFO kablam! | Oct 16 12:40:05.807 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.807 INFO kablam! note: type defined here Oct 16 12:40:05.807 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.807 INFO kablam! | Oct 16 12:40:05.807 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.807 INFO kablam! Oct 16 12:40:05.807 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.807 INFO kablam! --> src/bindings_ecdh.rs:5021:50 Oct 16 12:40:05.807 INFO kablam! | Oct 16 12:40:05.807 INFO kablam! 5021 | pub fn BN_BLINDING_invert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.807 INFO kablam! | Oct 16 12:40:05.808 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.808 INFO kablam! note: type defined here Oct 16 12:40:05.808 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.808 INFO kablam! | Oct 16 12:40:05.808 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! Oct 16 12:40:05.827 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:5021:76 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 5021 | pub fn BN_BLINDING_invert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.827 INFO kablam! note: type defined here Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! Oct 16 12:40:05.827 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:5034:73 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 5034 | pub fn BN_BLINDING_convert_ex(n: *mut bignum_st, r: *mut bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.827 INFO kablam! note: type defined here Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! Oct 16 12:40:05.827 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:5034:97 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 5034 | pub fn BN_BLINDING_convert_ex(n: *mut bignum_st, r: *mut bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.827 INFO kablam! note: type defined here Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! Oct 16 12:40:05.827 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:5047:74 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 5047 | pub fn BN_BLINDING_invert_ex(n: *mut bignum_st, r: *const bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.827 INFO kablam! note: type defined here Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.827 INFO kablam! | Oct 16 12:40:05.827 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.827 INFO kablam! Oct 16 12:40:05.827 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.827 INFO kablam! --> src/bindings_ecdh.rs:5047:98 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 5047 | pub fn BN_BLINDING_invert_ex(n: *mut bignum_st, r: *const bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.828 INFO kablam! note: type defined here Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! Oct 16 12:40:05.828 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:5057:38 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 5057 | pub fn BN_BLINDING_get_thread_id(_: *const bn_blinding_st) -> libc::c_ulong; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.828 INFO kablam! note: type defined here Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! Oct 16 12:40:05.828 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:5068:38 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 5068 | pub fn BN_BLINDING_set_thread_id(_: *mut bn_blinding_st, _: libc::c_ulong); Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.828 INFO kablam! note: type defined here Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! Oct 16 12:40:05.828 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:5078:34 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 5078 | pub fn BN_BLINDING_thread_id(_: *mut bn_blinding_st) -> *mut crypto_threadid_st; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.828 INFO kablam! note: type defined here Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! Oct 16 12:40:05.828 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:5088:34 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 5088 | pub fn BN_BLINDING_get_flags(_: *const bn_blinding_st) -> libc::c_ulong; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.828 INFO kablam! note: type defined here Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! Oct 16 12:40:05.828 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:5099:34 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 5099 | pub fn BN_BLINDING_set_flags(_: *mut bn_blinding_st, _: libc::c_ulong); Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.828 INFO kablam! note: type defined here Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.828 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.828 INFO kablam! Oct 16 12:40:05.828 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.828 INFO kablam! --> src/bindings_ecdh.rs:5114:37 Oct 16 12:40:05.828 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.829 INFO kablam! note: type defined here Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! Oct 16 12:40:05.829 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:5114:103 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.829 INFO kablam! note: type defined here Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! Oct 16 12:40:05.829 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:5114:132 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.829 INFO kablam! note: type defined here Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! Oct 16 12:40:05.829 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:5114:305 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.829 INFO kablam! note: type defined here Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! Oct 16 12:40:05.829 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:5178:81 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 5178 | pub fn BN_RECP_CTX_set(recp: *mut bn_recp_ctx_st, rdiv: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.829 INFO kablam! note: type defined here Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! Oct 16 12:40:05.829 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:5192:124 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 5192 | pub fn BN_mod_mul_reciprocal(r: *mut bignum_st, x: *const bignum_st, y: *const bignum_st, recp: *mut bn_recp_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.829 INFO kablam! note: type defined here Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.829 INFO kablam! Oct 16 12:40:05.829 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.829 INFO kablam! --> src/bindings_ecdh.rs:5206:112 Oct 16 12:40:05.829 INFO kablam! | Oct 16 12:40:05.829 INFO kablam! 5206 | pub fn BN_mod_exp_recp(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.829 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.830 INFO kablam! note: type defined here Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! Oct 16 12:40:05.830 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:5220:115 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 5220 | pub fn BN_div_recp(dv: *mut bignum_st, rem: *mut bignum_st, m: *const bignum_st, recp: *mut bn_recp_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.830 INFO kablam! note: type defined here Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! Oct 16 12:40:05.830 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:5258:112 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 5258 | pub fn BN_GF2m_mod_mul(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.830 INFO kablam! note: type defined here Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! Oct 16 12:40:05.830 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:5271:91 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 5271 | pub fn BN_GF2m_mod_sqr(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.830 INFO kablam! note: type defined here Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! Oct 16 12:40:05.830 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:5284:91 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 5284 | pub fn BN_GF2m_mod_inv(r: *mut bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.830 INFO kablam! note: type defined here Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! Oct 16 12:40:05.830 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:5298:112 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 5298 | pub fn BN_GF2m_mod_div(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.830 INFO kablam! note: type defined here Oct 16 12:40:05.830 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.830 INFO kablam! | Oct 16 12:40:05.830 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.830 INFO kablam! Oct 16 12:40:05.844 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.844 INFO kablam! --> src/bindings_ecdh.rs:5312:112 Oct 16 12:40:05.844 INFO kablam! | Oct 16 12:40:05.844 INFO kablam! 5312 | pub fn BN_GF2m_mod_exp(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.844 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.844 INFO kablam! | Oct 16 12:40:05.844 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.844 INFO kablam! note: type defined here Oct 16 12:40:05.844 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.844 INFO kablam! | Oct 16 12:40:05.844 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.844 INFO kablam! Oct 16 12:40:05.844 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.844 INFO kablam! --> src/bindings_ecdh.rs:5325:92 Oct 16 12:40:05.844 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 5325 | pub fn BN_GF2m_mod_sqrt(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.845 INFO kablam! note: type defined here Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! Oct 16 12:40:05.845 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:5338:98 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 5338 | pub fn BN_GF2m_mod_solve_quad(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.845 INFO kablam! note: type defined here Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! Oct 16 12:40:05.845 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:5364:138 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 5364 | pub fn BN_GF2m_mod_mul_arr(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.845 INFO kablam! note: type defined here Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! Oct 16 12:40:05.845 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:5377:117 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 5377 | pub fn BN_GF2m_mod_sqr_arr(r: *mut bignum_st, a: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.845 INFO kablam! note: type defined here Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! Oct 16 12:40:05.845 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:5390:117 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 5390 | pub fn BN_GF2m_mod_inv_arr(r: *mut bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.845 INFO kablam! note: type defined here Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! Oct 16 12:40:05.845 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:5404:138 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! 5404 | pub fn BN_GF2m_mod_div_arr(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.845 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.845 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.845 INFO kablam! note: type defined here Oct 16 12:40:05.845 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.845 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! Oct 16 12:40:05.846 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:5418:138 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 5418 | pub fn BN_GF2m_mod_exp_arr(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.846 INFO kablam! note: type defined here Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! Oct 16 12:40:05.846 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:5431:118 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 5431 | pub fn BN_GF2m_mod_sqrt_arr(r: *mut bignum_st, a: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.846 INFO kablam! note: type defined here Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! Oct 16 12:40:05.846 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:5444:124 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 5444 | pub fn BN_GF2m_mod_solve_quad_arr(r: *mut bignum_st, a: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.846 INFO kablam! note: type defined here Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! Oct 16 12:40:05.846 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:5480:91 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 5480 | pub fn BN_nist_mod_192(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.846 INFO kablam! note: type defined here Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! Oct 16 12:40:05.846 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:5493:91 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 5493 | pub fn BN_nist_mod_224(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.846 INFO kablam! note: type defined here Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.846 INFO kablam! Oct 16 12:40:05.846 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.846 INFO kablam! --> src/bindings_ecdh.rs:5506:91 Oct 16 12:40:05.846 INFO kablam! | Oct 16 12:40:05.846 INFO kablam! 5506 | pub fn BN_nist_mod_256(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.847 INFO kablam! note: type defined here Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! Oct 16 12:40:05.847 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:5519:91 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 5519 | pub fn BN_nist_mod_384(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.847 INFO kablam! note: type defined here Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! Oct 16 12:40:05.847 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:5532:91 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 5532 | pub fn BN_nist_mod_521(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.847 INFO kablam! note: type defined here Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! Oct 16 12:40:05.847 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:5680:27 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 5680 | pub fn EVP_PKEY_new() -> *mut evp_pkey_st; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.847 INFO kablam! note: type defined here Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! Oct 16 12:40:05.847 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:5685:28 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 5685 | pub fn EVP_PKEY_free(ptr: *mut evp_pkey_st); Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.847 INFO kablam! note: type defined here Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! Oct 16 12:40:05.847 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:5690:27 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 5690 | fn EVP_PKEY_assign(pkey: *mut evp_pkey_st, type_: libc::c_int, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.847 INFO kablam! note: type defined here Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! Oct 16 12:40:05.847 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.847 INFO kablam! --> src/bindings_ecdh.rs:5690:70 Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! 5690 | fn EVP_PKEY_assign(pkey: *mut evp_pkey_st, type_: libc::c_int, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:05.847 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.847 INFO kablam! | Oct 16 12:40:05.847 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.848 INFO kablam! note: type defined here Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! Oct 16 12:40:05.848 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:5691:36 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 5691 | pub fn EVP_PKEY_set1_EC_KEY(pkey: *mut evp_pkey_st, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.848 INFO kablam! note: type defined here Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! Oct 16 12:40:05.848 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:5691:59 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 5691 | pub fn EVP_PKEY_set1_EC_KEY(pkey: *mut evp_pkey_st, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.848 INFO kablam! note: type defined here Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! Oct 16 12:40:05.848 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:7725:27 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 7725 | pub fn ASN1_item_dup(it: *const ASN1_ITEM_st, x: *mut libc::c_void) -> *mut libc::c_void; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.848 INFO kablam! note: type defined here Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! Oct 16 12:40:05.848 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:7750:30 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 7750 | pub fn ASN1_item_d2i_fp(it: *const ASN1_ITEM_st, in_: libc::c_int, x: *mut libc::c_void) -> *mut libc::c_void; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.848 INFO kablam! note: type defined here Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! Oct 16 12:40:05.848 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:7774:30 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 7774 | pub fn ASN1_item_i2d_fp(it: *const ASN1_ITEM_st, out: libc::c_int, x: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.848 INFO kablam! note: type defined here Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! Oct 16 12:40:05.848 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:7822:31 Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! 7822 | pub fn ASN1_item_d2i_bio(it: *const ASN1_ITEM_st, in_: *mut bio_st, x: *mut libc::c_void) -> *mut libc::c_void; Oct 16 12:40:05.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.848 INFO kablam! | Oct 16 12:40:05.848 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.848 INFO kablam! note: type defined here Oct 16 12:40:05.848 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! Oct 16 12:40:05.849 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:7846:31 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 7846 | pub fn ASN1_item_i2d_bio(it: *const ASN1_ITEM_st, out: *mut bio_st, x: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.849 INFO kablam! note: type defined here Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! Oct 16 12:40:05.849 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:7962:32 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 7962 | pub fn NETSCAPE_X509_new() -> *mut NETSCAPE_X509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.849 INFO kablam! note: type defined here Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! Oct 16 12:40:05.849 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:7972:31 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 7972 | pub fn NETSCAPE_X509_free(a: *mut NETSCAPE_X509_st); Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.849 INFO kablam! note: type defined here Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! Oct 16 12:40:05.849 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:7984:30 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 7984 | pub fn d2i_NETSCAPE_X509(a: *mut *mut NETSCAPE_X509_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut NETSCAPE_X509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.849 INFO kablam! note: type defined here Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! Oct 16 12:40:05.849 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:7984:112 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 7984 | pub fn d2i_NETSCAPE_X509(a: *mut *mut NETSCAPE_X509_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut NETSCAPE_X509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.849 INFO kablam! note: type defined here Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! Oct 16 12:40:05.849 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:7995:30 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 7995 | pub fn i2d_NETSCAPE_X509(a: *mut NETSCAPE_X509_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.849 INFO kablam! note: type defined here Oct 16 12:40:05.849 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:05.849 INFO kablam! | Oct 16 12:40:05.849 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:05.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! Oct 16 12:40:05.850 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:8103:56 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 8103 | pub fn ASN1_item_unpack(oct: *mut asn1_string_st, it: *const ASN1_ITEM_st) -> *mut libc::c_void; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.850 INFO kablam! note: type defined here Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! Oct 16 12:40:05.850 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:8127:52 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 8127 | pub fn ASN1_item_pack(obj: *mut libc::c_void, it: *const ASN1_ITEM_st, oct: *mut *mut asn1_string_st) -> *mut asn1_string_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.850 INFO kablam! note: type defined here Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! Oct 16 12:40:05.850 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:8243:27 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 8243 | pub fn ASN1_item_new(it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.850 INFO kablam! note: type defined here Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! Oct 16 12:40:05.850 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:8243:51 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 8243 | pub fn ASN1_item_new(it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.850 INFO kablam! note: type defined here Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! Oct 16 12:40:05.850 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:8254:29 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 8254 | pub fn ASN1_item_free(val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st); Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.850 INFO kablam! note: type defined here Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! Oct 16 12:40:05.850 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.850 INFO kablam! --> src/bindings_ecdh.rs:8254:53 Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! 8254 | pub fn ASN1_item_free(val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st); Oct 16 12:40:05.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.850 INFO kablam! | Oct 16 12:40:05.850 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.861 INFO kablam! note: type defined here Oct 16 12:40:05.861 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.861 INFO kablam! | Oct 16 12:40:05.861 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.861 INFO kablam! Oct 16 12:40:05.861 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.861 INFO kablam! --> src/bindings_ecdh.rs:8267:28 Oct 16 12:40:05.861 INFO kablam! | Oct 16 12:40:05.861 INFO kablam! 8267 | pub fn ASN1_item_d2i(val: *mut *mut ASN1_VALUE_st, in_: *mut *const libc::c_uchar, len: libc::c_long, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:05.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.861 INFO kablam! | Oct 16 12:40:05.861 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.861 INFO kablam! note: type defined here Oct 16 12:40:05.861 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.861 INFO kablam! | Oct 16 12:40:05.861 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.861 INFO kablam! Oct 16 12:40:05.861 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.861 INFO kablam! --> src/bindings_ecdh.rs:8267:108 Oct 16 12:40:05.861 INFO kablam! | Oct 16 12:40:05.861 INFO kablam! 8267 | pub fn ASN1_item_d2i(val: *mut *mut ASN1_VALUE_st, in_: *mut *const libc::c_uchar, len: libc::c_long, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:05.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.861 INFO kablam! | Oct 16 12:40:05.861 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.861 INFO kablam! note: type defined here Oct 16 12:40:05.861 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.861 INFO kablam! | Oct 16 12:40:05.861 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.861 INFO kablam! Oct 16 12:40:05.861 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.861 INFO kablam! --> src/bindings_ecdh.rs:8267:132 Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.864 INFO kablam! 8267 | pub fn ASN1_item_d2i(val: *mut *mut ASN1_VALUE_st, in_: *mut *const libc::c_uchar, len: libc::c_long, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:05.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.864 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.864 INFO kablam! note: type defined here Oct 16 12:40:05.864 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.864 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.864 INFO kablam! Oct 16 12:40:05.864 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.864 INFO kablam! --> src/bindings_ecdh.rs:8279:28 Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.864 INFO kablam! 8279 | pub fn ASN1_item_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.864 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.864 INFO kablam! note: type defined here Oct 16 12:40:05.864 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.864 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.864 INFO kablam! Oct 16 12:40:05.864 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.864 INFO kablam! --> src/bindings_ecdh.rs:8279:82 Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.864 INFO kablam! 8279 | pub fn ASN1_item_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.864 INFO kablam! | Oct 16 12:40:05.866 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.866 INFO kablam! note: type defined here Oct 16 12:40:05.866 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.866 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! Oct 16 12:40:05.867 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:8291:33 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 8291 | pub fn ASN1_item_ndef_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.867 INFO kablam! note: type defined here Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! Oct 16 12:40:05.867 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:8291:87 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 8291 | pub fn ASN1_item_ndef_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.867 INFO kablam! note: type defined here Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! Oct 16 12:40:05.867 INFO kablam! warning: `extern` block uses type `bindings_ecdh::conf_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:8311:60 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 8311 | pub fn ASN1_generate_nconf(str: *mut libc::c_char, nconf: *mut conf_st) -> *mut asn1_type_st; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.867 INFO kablam! note: type defined here Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:326:1 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 326 | pub struct conf_st; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! Oct 16 12:40:05.867 INFO kablam! warning: `extern` block uses type `bindings_ecdh::v3_ext_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:8322:55 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 8322 | pub fn ASN1_generate_v3(str: *mut libc::c_char, cnf: *mut v3_ext_ctx) -> *mut asn1_type_st; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.867 INFO kablam! note: type defined here Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:320:1 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 320 | pub struct v3_ext_ctx; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! Oct 16 12:40:05.867 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:8336:49 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 8336 | pub fn ASN1_item_print(out: *mut bio_st, ifld: *mut ASN1_VALUE_st, indent: libc::c_int, it: *const ASN1_ITEM_st, pctx: *const asn1_pctx_st) -> libc::c_int; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.867 INFO kablam! note: type defined here Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! Oct 16 12:40:05.867 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:8336:94 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! 8336 | pub fn ASN1_item_print(out: *mut bio_st, ifld: *mut ASN1_VALUE_st, indent: libc::c_int, it: *const ASN1_ITEM_st, pctx: *const asn1_pctx_st) -> libc::c_int; Oct 16 12:40:05.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.867 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.867 INFO kablam! note: type defined here Oct 16 12:40:05.867 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.867 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.868 INFO kablam! Oct 16 12:40:05.868 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.868 INFO kablam! --> src/bindings_ecdh.rs:8336:121 Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! 8336 | pub fn ASN1_item_print(out: *mut bio_st, ifld: *mut ASN1_VALUE_st, indent: libc::c_int, it: *const ASN1_ITEM_st, pctx: *const asn1_pctx_st) -> libc::c_int; Oct 16 12:40:05.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.868 INFO kablam! note: type defined here Oct 16 12:40:05.868 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.868 INFO kablam! Oct 16 12:40:05.868 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.868 INFO kablam! --> src/bindings_ecdh.rs:8345:28 Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! 8345 | pub fn ASN1_PCTX_new() -> *mut asn1_pctx_st; Oct 16 12:40:05.868 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.868 INFO kablam! note: type defined here Oct 16 12:40:05.868 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.868 INFO kablam! Oct 16 12:40:05.868 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.868 INFO kablam! --> src/bindings_ecdh.rs:8355:27 Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! 8355 | pub fn ASN1_PCTX_free(p: *mut asn1_pctx_st); Oct 16 12:40:05.868 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.868 INFO kablam! | Oct 16 12:40:05.868 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.876 INFO kablam! note: type defined here Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! Oct 16 12:40:05.876 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:8365:32 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 8365 | pub fn ASN1_PCTX_get_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.876 INFO kablam! note: type defined here Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! Oct 16 12:40:05.876 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:8376:32 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 8376 | pub fn ASN1_PCTX_set_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.876 INFO kablam! note: type defined here Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! Oct 16 12:40:05.876 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:8386:35 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 8386 | pub fn ASN1_PCTX_get_nm_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.876 INFO kablam! note: type defined here Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! Oct 16 12:40:05.876 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:8397:35 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 8397 | pub fn ASN1_PCTX_set_nm_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.876 INFO kablam! note: type defined here Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! Oct 16 12:40:05.876 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:8407:37 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 8407 | pub fn ASN1_PCTX_get_cert_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.876 INFO kablam! note: type defined here Oct 16 12:40:05.876 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.876 INFO kablam! | Oct 16 12:40:05.876 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.876 INFO kablam! Oct 16 12:40:05.877 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.877 INFO kablam! --> src/bindings_ecdh.rs:8418:37 Oct 16 12:40:05.877 INFO kablam! | Oct 16 12:40:05.877 INFO kablam! 8418 | pub fn ASN1_PCTX_set_cert_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:05.877 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.877 INFO kablam! | Oct 16 12:40:05.877 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.877 INFO kablam! note: type defined here Oct 16 12:40:05.877 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.877 INFO kablam! | Oct 16 12:40:05.877 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.877 INFO kablam! Oct 16 12:40:05.877 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.877 INFO kablam! --> src/bindings_ecdh.rs:8428:36 Oct 16 12:40:05.877 INFO kablam! | Oct 16 12:40:05.877 INFO kablam! 8428 | pub fn ASN1_PCTX_get_oid_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:05.877 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.877 INFO kablam! | Oct 16 12:40:05.886 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.886 INFO kablam! note: type defined here Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! Oct 16 12:40:05.887 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:8439:36 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 8439 | pub fn ASN1_PCTX_set_oid_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.887 INFO kablam! note: type defined here Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! Oct 16 12:40:05.887 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:8449:36 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 8449 | pub fn ASN1_PCTX_get_str_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.887 INFO kablam! note: type defined here Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! Oct 16 12:40:05.887 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:8460:36 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 8460 | pub fn ASN1_PCTX_set_str_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.887 INFO kablam! note: type defined here Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! Oct 16 12:40:05.887 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:8481:45 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 8481 | pub fn BIO_new_NDEF(out: *mut bio_st, val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st) -> *mut bio_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.887 INFO kablam! note: type defined here Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! Oct 16 12:40:05.887 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:8481:69 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 8481 | pub fn BIO_new_NDEF(out: *mut bio_st, val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st) -> *mut bio_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.887 INFO kablam! note: type defined here Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! Oct 16 12:40:05.887 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:8495:52 Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! 8495 | pub fn i2d_ASN1_bio_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.887 INFO kablam! | Oct 16 12:40:05.887 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.887 INFO kablam! note: type defined here Oct 16 12:40:05.887 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! Oct 16 12:40:05.888 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:8495:114 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 8495 | pub fn i2d_ASN1_bio_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.888 INFO kablam! note: type defined here Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! Oct 16 12:40:05.888 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:8510:58 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 8510 | pub fn PEM_write_bio_ASN1_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, hdr: *const libc::c_char, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.888 INFO kablam! note: type defined here Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! Oct 16 12:40:05.888 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:8510:146 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 8510 | pub fn PEM_write_bio_ASN1_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, hdr: *const libc::c_char, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.888 INFO kablam! note: type defined here Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! Oct 16 12:40:05.888 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:8520:58 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 8520 | pub fn PEM_write_bio_PrivateKey(out: *mut bio_st, pkey: *mut evp_pkey_st, Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.888 INFO kablam! note: type defined here Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! Oct 16 12:40:05.888 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_cipher_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:8521:11 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 8521 | cipher: *mut evp_cipher_st, kstr: *mut libc::c_int, klen: libc::c_int, Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.888 INFO kablam! note: type defined here Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:158:1 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 158 | pub struct evp_cipher_st; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! Oct 16 12:40:05.888 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:8538:49 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 8538 | pub fn SMIME_write_ASN1(bio: *mut bio_st, val: *mut ASN1_VALUE_st, data: *mut bio_st, flags: libc::c_int, ctype_nid: libc::c_int, econt_nid: libc::c_int, mdalgs: *mut stack_st_X509_ALGOR, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.888 INFO kablam! note: type defined here Oct 16 12:40:05.888 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.888 INFO kablam! | Oct 16 12:40:05.888 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! Oct 16 12:40:05.889 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:8538:194 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 8538 | pub fn SMIME_write_ASN1(bio: *mut bio_st, val: *mut ASN1_VALUE_st, data: *mut bio_st, flags: libc::c_int, ctype_nid: libc::c_int, econt_nid: libc::c_int, mdalgs: *mut stack_st_X509_ALGOR, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.889 INFO kablam! note: type defined here Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! Oct 16 12:40:05.889 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:8550:72 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 8550 | pub fn SMIME_read_ASN1(bio: *mut bio_st, bcont: *mut *mut bio_st, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.889 INFO kablam! note: type defined here Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! Oct 16 12:40:05.889 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:8550:96 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 8550 | pub fn SMIME_read_ASN1(bio: *mut bio_st, bcont: *mut *mut bio_st, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.889 INFO kablam! note: type defined here Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! Oct 16 12:40:05.889 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:8591:35 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 8591 | pub fn EC_GFp_simple_method() -> *const ec_method_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.889 INFO kablam! note: type defined here Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! Oct 16 12:40:05.889 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:8600:33 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 8600 | pub fn EC_GFp_mont_method() -> *const ec_method_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.889 INFO kablam! note: type defined here Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! Oct 16 12:40:05.889 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:8609:33 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 8609 | pub fn EC_GFp_nist_method() -> *const ec_method_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.889 INFO kablam! note: type defined here Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.889 INFO kablam! | Oct 16 12:40:05.889 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.889 INFO kablam! Oct 16 12:40:05.889 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.889 INFO kablam! --> src/bindings_ecdh.rs:8618:37 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 8618 | pub fn EC_GFp_nistp224_method() -> *const ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.890 INFO kablam! note: type defined here Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! Oct 16 12:40:05.890 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:8627:37 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 8627 | pub fn EC_GFp_nistp256_method() -> *const ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.890 INFO kablam! note: type defined here Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! Oct 16 12:40:05.890 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:8636:37 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 8636 | pub fn EC_GFp_nistp521_method() -> *const ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.890 INFO kablam! note: type defined here Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! Oct 16 12:40:05.890 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:8645:36 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 8645 | pub fn EC_GF2m_simple_method() -> *const ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.890 INFO kablam! note: type defined here Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! Oct 16 12:40:05.890 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:8655:28 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 8655 | pub fn EC_GROUP_new(meth: *const ec_method_st) -> *mut ec_group_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.890 INFO kablam! note: type defined here Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! Oct 16 12:40:05.890 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:8655:52 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 8655 | pub fn EC_GROUP_new(meth: *const ec_method_st) -> *mut ec_group_st; Oct 16 12:40:05.890 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.890 INFO kablam! note: type defined here Oct 16 12:40:05.890 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.890 INFO kablam! | Oct 16 12:40:05.890 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! Oct 16 12:40:05.903 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:8665:30 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 8665 | pub fn EC_GROUP_free(group: *mut ec_group_st); Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.903 INFO kablam! note: type defined here Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! Oct 16 12:40:05.903 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:8675:36 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 8675 | pub fn EC_GROUP_clear_free(group: *mut ec_group_st); Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.903 INFO kablam! note: type defined here Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! Oct 16 12:40:05.903 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:8686:28 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 8686 | pub fn EC_GROUP_copy(dst: *mut ec_group_st, src: *const ec_group_st) -> libc::c_int; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.903 INFO kablam! note: type defined here Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! Oct 16 12:40:05.903 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:8686:51 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 8686 | pub fn EC_GROUP_copy(dst: *mut ec_group_st, src: *const ec_group_st) -> libc::c_int; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.903 INFO kablam! note: type defined here Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! Oct 16 12:40:05.903 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:8696:27 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 8696 | pub fn EC_GROUP_dup(src: *const ec_group_st) -> *mut ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.903 INFO kablam! note: type defined here Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! Oct 16 12:40:05.903 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:8696:50 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 8696 | pub fn EC_GROUP_dup(src: *const ec_group_st) -> *mut ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.903 INFO kablam! note: type defined here Oct 16 12:40:05.903 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.903 INFO kablam! | Oct 16 12:40:05.903 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.903 INFO kablam! Oct 16 12:40:05.903 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:8706:35 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 8706 | pub fn EC_GROUP_method_of(group: *const ec_group_st) -> *const ec_method_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.904 INFO kablam! note: type defined here Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! Oct 16 12:40:05.904 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:8706:58 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 8706 | pub fn EC_GROUP_method_of(group: *const ec_group_st) -> *const ec_method_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.904 INFO kablam! note: type defined here Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! Oct 16 12:40:05.904 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:8716:40 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 8716 | pub fn EC_METHOD_get_field_type(meth: *const ec_method_st) -> libc::c_int; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.904 INFO kablam! note: type defined here Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! Oct 16 12:40:05.904 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:8729:39 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 8729 | pub fn EC_GROUP_set_generator(group: *mut ec_group_st, generator: *const ec_point_st, order: *const bignum_st, cofactor: *const bignum_st) -> libc::c_int; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.904 INFO kablam! note: type defined here Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! Oct 16 12:40:05.904 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:8729:68 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 8729 | pub fn EC_GROUP_set_generator(group: *mut ec_group_st, generator: *const ec_point_st, order: *const bignum_st, cofactor: *const bignum_st) -> libc::c_int; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.904 INFO kablam! note: type defined here Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! Oct 16 12:40:05.904 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:8739:40 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 8739 | pub fn EC_GROUP_get0_generator(group: *const ec_group_st) -> *const ec_point_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.904 INFO kablam! note: type defined here Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.904 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.904 INFO kablam! Oct 16 12:40:05.904 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.904 INFO kablam! --> src/bindings_ecdh.rs:8739:63 Oct 16 12:40:05.904 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 8739 | pub fn EC_GROUP_get0_generator(group: *const ec_group_st) -> *const ec_point_st; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.905 INFO kablam! note: type defined here Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! Oct 16 12:40:05.905 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:8751:35 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 8751 | pub fn EC_GROUP_get_order(group: *const ec_group_st, order: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.905 INFO kablam! note: type defined here Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! Oct 16 12:40:05.905 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:8751:83 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 8751 | pub fn EC_GROUP_get_order(group: *const ec_group_st, order: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.905 INFO kablam! note: type defined here Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! Oct 16 12:40:05.905 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:8763:38 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 8763 | pub fn EC_GROUP_get_cofactor(group: *const ec_group_st, cofactor: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.905 INFO kablam! note: type defined here Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! Oct 16 12:40:05.905 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:8763:89 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 8763 | pub fn EC_GROUP_get_cofactor(group: *const ec_group_st, cofactor: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.905 INFO kablam! note: type defined here Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! Oct 16 12:40:05.905 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:8774:40 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 8774 | pub fn EC_GROUP_set_curve_name(group: *mut ec_group_st, nid: libc::c_int); Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.905 INFO kablam! note: type defined here Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! Oct 16 12:40:05.905 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.905 INFO kablam! --> src/bindings_ecdh.rs:8784:40 Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! 8784 | pub fn EC_GROUP_get_curve_name(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:05.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.905 INFO kablam! | Oct 16 12:40:05.905 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.906 INFO kablam! note: type defined here Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! Oct 16 12:40:05.906 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:8795:39 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 8795 | pub fn EC_GROUP_set_asn1_flag(group: *mut ec_group_st, flag: libc::c_int); Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.906 INFO kablam! note: type defined here Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! Oct 16 12:40:05.906 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:8805:39 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 8805 | pub fn EC_GROUP_get_asn1_flag(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.906 INFO kablam! note: type defined here Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! Oct 16 12:40:05.906 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:8816:51 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 8816 | pub fn EC_GROUP_set_point_conversion_form(group: *mut ec_group_st, form: libc::c_uint); Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.906 INFO kablam! note: type defined here Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! Oct 16 12:40:05.906 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:8826:47 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 8826 | pub fn EC_GROUP_get_point_conversion_form(_: *const ec_group_st) -> libc::c_uint; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.906 INFO kablam! note: type defined here Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! Oct 16 12:40:05.906 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:8836:31 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 8836 | pub fn EC_GROUP_get0_seed(x: *const ec_group_st) -> *mut libc::c_uchar; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.906 INFO kablam! note: type defined here Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.906 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.906 INFO kablam! Oct 16 12:40:05.906 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.906 INFO kablam! --> src/bindings_ecdh.rs:8846:34 Oct 16 12:40:05.906 INFO kablam! | Oct 16 12:40:05.926 INFO kablam! 8846 | pub fn EC_GROUP_get_seed_len(_: *const ec_group_st) -> libc::c_ulong; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.927 INFO kablam! note: type defined here Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! Oct 16 12:40:05.927 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:8858:30 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 8858 | pub fn EC_GROUP_set_seed(_: *mut ec_group_st, _: *const libc::c_uchar, len: libc::c_ulong) -> libc::c_ulong; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.927 INFO kablam! note: type defined here Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! Oct 16 12:40:05.927 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:8872:39 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 8872 | pub fn EC_GROUP_set_curve_GFp(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.927 INFO kablam! note: type defined here Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! Oct 16 12:40:05.927 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:8872:125 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 8872 | pub fn EC_GROUP_set_curve_GFp(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.927 INFO kablam! note: type defined here Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! Oct 16 12:40:05.927 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:8886:39 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 8886 | pub fn EC_GROUP_get_curve_GFp(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.927 INFO kablam! note: type defined here Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! Oct 16 12:40:05.927 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:8886:121 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 8886 | pub fn EC_GROUP_get_curve_GFp(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.927 INFO kablam! note: type defined here Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.927 INFO kablam! Oct 16 12:40:05.927 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.927 INFO kablam! --> src/bindings_ecdh.rs:8900:40 Oct 16 12:40:05.927 INFO kablam! | Oct 16 12:40:05.927 INFO kablam! 8900 | pub fn EC_GROUP_set_curve_GF2m(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.928 INFO kablam! note: type defined here Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! Oct 16 12:40:05.928 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:8900:126 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 8900 | pub fn EC_GROUP_set_curve_GF2m(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.928 INFO kablam! note: type defined here Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! Oct 16 12:40:05.928 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:8914:40 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 8914 | pub fn EC_GROUP_get_curve_GF2m(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.928 INFO kablam! note: type defined here Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! Oct 16 12:40:05.928 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:8914:122 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 8914 | pub fn EC_GROUP_get_curve_GF2m(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.928 INFO kablam! note: type defined here Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! Oct 16 12:40:05.928 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:8924:36 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 8924 | pub fn EC_GROUP_get_degree(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.928 INFO kablam! note: type defined here Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! Oct 16 12:40:05.928 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:8935:31 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 8935 | pub fn EC_GROUP_check(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.928 INFO kablam! note: type defined here Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! Oct 16 12:40:05.928 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.928 INFO kablam! --> src/bindings_ecdh.rs:8935:56 Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.928 INFO kablam! 8935 | pub fn EC_GROUP_check(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.928 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.928 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.929 INFO kablam! note: type defined here Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! Oct 16 12:40:05.929 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:8946:44 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 8946 | pub fn EC_GROUP_check_discriminant(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.929 INFO kablam! note: type defined here Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! Oct 16 12:40:05.929 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:8946:69 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 8946 | pub fn EC_GROUP_check_discriminant(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.929 INFO kablam! note: type defined here Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! Oct 16 12:40:05.929 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:8958:25 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 8958 | pub fn EC_GROUP_cmp(a: *const ec_group_st, b: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.929 INFO kablam! note: type defined here Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! Oct 16 12:40:05.929 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:8958:48 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 8958 | pub fn EC_GROUP_cmp(a: *const ec_group_st, b: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.929 INFO kablam! note: type defined here Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! Oct 16 12:40:05.929 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:8958:73 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 8958 | pub fn EC_GROUP_cmp(a: *const ec_group_st, b: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.929 INFO kablam! note: type defined here Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! Oct 16 12:40:05.929 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.929 INFO kablam! --> src/bindings_ecdh.rs:8971:100 Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! 8971 | pub fn EC_GROUP_new_curve_GFp(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:05.929 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.929 INFO kablam! | Oct 16 12:40:05.929 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.930 INFO kablam! note: type defined here Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! Oct 16 12:40:05.930 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:8971:120 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 8971 | pub fn EC_GROUP_new_curve_GFp(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.930 INFO kablam! note: type defined here Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! Oct 16 12:40:05.930 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:8984:101 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 8984 | pub fn EC_GROUP_new_curve_GF2m(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.930 INFO kablam! note: type defined here Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! Oct 16 12:40:05.930 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:8984:121 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 8984 | pub fn EC_GROUP_new_curve_GF2m(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.930 INFO kablam! note: type defined here Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! Oct 16 12:40:05.930 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:8994:57 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 8994 | pub fn EC_GROUP_new_by_curve_name(nid: libc::c_int) -> *mut ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.930 INFO kablam! note: type defined here Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! Oct 16 12:40:05.930 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:9015:29 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 9015 | pub fn EC_POINT_new(group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.930 INFO kablam! note: type defined here Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.930 INFO kablam! | Oct 16 12:40:05.930 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.930 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.930 INFO kablam! Oct 16 12:40:05.930 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.930 INFO kablam! --> src/bindings_ecdh.rs:9015:52 Oct 16 12:40:05.942 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9015 | pub fn EC_POINT_new(group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.943 INFO kablam! note: type defined here Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! Oct 16 12:40:05.943 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:9025:30 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9025 | pub fn EC_POINT_free(point: *mut ec_point_st); Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.943 INFO kablam! note: type defined here Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! Oct 16 12:40:05.943 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:9035:36 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9035 | pub fn EC_POINT_clear_free(point: *mut ec_point_st); Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.943 INFO kablam! note: type defined here Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! Oct 16 12:40:05.943 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:9046:28 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9046 | pub fn EC_POINT_copy(dst: *mut ec_point_st, src: *const ec_point_st) -> libc::c_int; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.943 INFO kablam! note: type defined here Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! Oct 16 12:40:05.943 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:9046:51 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9046 | pub fn EC_POINT_copy(dst: *mut ec_point_st, src: *const ec_point_st) -> libc::c_int; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.943 INFO kablam! note: type defined here Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! Oct 16 12:40:05.943 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:9057:27 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9057 | pub fn EC_POINT_dup(src: *const ec_point_st, group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.943 INFO kablam! note: type defined here Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! Oct 16 12:40:05.943 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:9057:54 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9057 | pub fn EC_POINT_dup(src: *const ec_point_st, group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.943 INFO kablam! note: type defined here Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! Oct 16 12:40:05.943 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.943 INFO kablam! --> src/bindings_ecdh.rs:9057:77 Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.943 INFO kablam! 9057 | pub fn EC_POINT_dup(src: *const ec_point_st, group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:05.943 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.943 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! Oct 16 12:40:05.944 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:9067:35 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 9067 | pub fn EC_POINT_method_of(point: *const ec_point_st) -> *const ec_method_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! Oct 16 12:40:05.944 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:9067:58 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 9067 | pub fn EC_POINT_method_of(point: *const ec_point_st) -> *const ec_method_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! Oct 16 12:40:05.944 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:9078:41 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 9078 | pub fn EC_POINT_set_to_infinity(group: *const ec_group_st, point: *mut ec_point_st) -> libc::c_int; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! Oct 16 12:40:05.944 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:9078:68 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 9078 | pub fn EC_POINT_set_to_infinity(group: *const ec_group_st, point: *mut ec_point_st) -> libc::c_int; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! Oct 16 12:40:05.944 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:9093:57 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 9093 | pub fn EC_POINT_set_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, z: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! Oct 16 12:40:05.944 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:9093:80 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 9093 | pub fn EC_POINT_set_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, z: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! Oct 16 12:40:05.944 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:9093:166 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 9093 | pub fn EC_POINT_set_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, z: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.944 INFO kablam! note: type defined here Oct 16 12:40:05.944 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.944 INFO kablam! | Oct 16 12:40:05.944 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9108:57 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9108 | pub fn EC_POINT_get_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, z: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.945 INFO kablam! note: type defined here Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9108:80 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9108 | pub fn EC_POINT_get_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, z: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.945 INFO kablam! note: type defined here Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9108:162 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9108 | pub fn EC_POINT_get_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, z: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.945 INFO kablam! note: type defined here Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9122:52 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9122 | pub fn EC_POINT_set_affine_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.945 INFO kablam! note: type defined here Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9122:75 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9122 | pub fn EC_POINT_set_affine_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.945 INFO kablam! note: type defined here Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9122:140 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9122 | pub fn EC_POINT_set_affine_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.945 INFO kablam! note: type defined here Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9136:52 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9136 | pub fn EC_POINT_get_affine_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.945 INFO kablam! note: type defined here Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! Oct 16 12:40:05.945 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.945 INFO kablam! --> src/bindings_ecdh.rs:9136:75 Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.945 INFO kablam! 9136 | pub fn EC_POINT_get_affine_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.945 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.946 INFO kablam! note: type defined here Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! Oct 16 12:40:05.946 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:9136:138 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 9136 | pub fn EC_POINT_get_affine_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.946 INFO kablam! note: type defined here Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! Oct 16 12:40:05.946 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:9150:56 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 9150 | pub fn EC_POINT_set_compressed_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.946 INFO kablam! note: type defined here Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! Oct 16 12:40:05.946 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:9150:79 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 9150 | pub fn EC_POINT_set_compressed_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.946 INFO kablam! note: type defined here Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! Oct 16 12:40:05.946 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:9150:143 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 9150 | pub fn EC_POINT_set_compressed_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.946 INFO kablam! note: type defined here Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! Oct 16 12:40:05.946 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:9164:53 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 9164 | pub fn EC_POINT_set_affine_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.946 INFO kablam! note: type defined here Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! Oct 16 12:40:05.946 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:9164:76 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 9164 | pub fn EC_POINT_set_affine_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.946 INFO kablam! note: type defined here Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.946 INFO kablam! Oct 16 12:40:05.946 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.946 INFO kablam! --> src/bindings_ecdh.rs:9164:141 Oct 16 12:40:05.946 INFO kablam! | Oct 16 12:40:05.946 INFO kablam! 9164 | pub fn EC_POINT_set_affine_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.952 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.952 INFO kablam! note: type defined here Oct 16 12:40:05.952 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.952 INFO kablam! Oct 16 12:40:05.952 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.952 INFO kablam! --> src/bindings_ecdh.rs:9178:53 Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! 9178 | pub fn EC_POINT_get_affine_coordinates_GF2m(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.952 INFO kablam! note: type defined here Oct 16 12:40:05.952 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.952 INFO kablam! Oct 16 12:40:05.952 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.952 INFO kablam! --> src/bindings_ecdh.rs:9178:76 Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! 9178 | pub fn EC_POINT_get_affine_coordinates_GF2m(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.952 INFO kablam! note: type defined here Oct 16 12:40:05.952 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.952 INFO kablam! | Oct 16 12:40:05.952 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.952 INFO kablam! Oct 16 12:40:05.952 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9178:139 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9178 | pub fn EC_POINT_get_affine_coordinates_GF2m(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.953 INFO kablam! note: type defined here Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! Oct 16 12:40:05.953 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9192:57 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9192 | pub fn EC_POINT_set_compressed_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.953 INFO kablam! note: type defined here Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! Oct 16 12:40:05.953 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9192:80 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9192 | pub fn EC_POINT_set_compressed_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.953 INFO kablam! note: type defined here Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! Oct 16 12:40:05.953 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9192:144 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9192 | pub fn EC_POINT_set_compressed_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.953 INFO kablam! note: type defined here Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! Oct 16 12:40:05.953 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9207:35 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9207 | pub fn EC_POINT_point2oct(group: *const ec_group_st, p: *const ec_point_st, form: libc::c_uint, buf: *mut libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_ulong; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.953 INFO kablam! note: type defined here Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! Oct 16 12:40:05.953 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9207:58 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9207 | pub fn EC_POINT_point2oct(group: *const ec_group_st, p: *const ec_point_st, form: libc::c_uint, buf: *mut libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_ulong; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.953 INFO kablam! note: type defined here Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! Oct 16 12:40:05.953 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9207:148 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9207 | pub fn EC_POINT_point2oct(group: *const ec_group_st, p: *const ec_point_st, form: libc::c_uint, buf: *mut libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_ulong; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.953 INFO kablam! note: type defined here Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! Oct 16 12:40:05.953 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.953 INFO kablam! --> src/bindings_ecdh.rs:9221:35 Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.953 INFO kablam! 9221 | pub fn EC_POINT_oct2point(group: *const ec_group_st, p: *mut ec_point_st, buf: *const libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.953 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.954 INFO kablam! note: type defined here Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! Oct 16 12:40:05.954 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:9221:58 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 9221 | pub fn EC_POINT_oct2point(group: *const ec_group_st, p: *mut ec_point_st, buf: *const libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.954 INFO kablam! note: type defined here Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! Oct 16 12:40:05.954 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:9221:128 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 9221 | pub fn EC_POINT_oct2point(group: *const ec_group_st, p: *mut ec_point_st, buf: *const libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.954 INFO kablam! note: type defined here Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! Oct 16 12:40:05.954 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:9235:30 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 9235 | pub fn EC_POINT_point2bn(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_st, _: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.954 INFO kablam! note: type defined here Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! Oct 16 12:40:05.954 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:9235:53 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 9235 | pub fn EC_POINT_point2bn(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_st, _: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.954 INFO kablam! note: type defined here Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! Oct 16 12:40:05.954 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:9235:115 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 9235 | pub fn EC_POINT_point2bn(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_st, _: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.954 INFO kablam! note: type defined here Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! Oct 16 12:40:05.954 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:9248:30 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.954 INFO kablam! note: type defined here Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.954 INFO kablam! | Oct 16 12:40:05.954 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.954 INFO kablam! Oct 16 12:40:05.954 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.954 INFO kablam! --> src/bindings_ecdh.rs:9248:74 Oct 16 12:40:05.958 INFO kablam! | Oct 16 12:40:05.958 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.958 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.958 INFO kablam! | Oct 16 12:40:05.958 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.958 INFO kablam! note: type defined here Oct 16 12:40:05.958 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.958 INFO kablam! | Oct 16 12:40:05.958 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.958 INFO kablam! Oct 16 12:40:05.958 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.958 INFO kablam! --> src/bindings_ecdh.rs:9248:95 Oct 16 12:40:05.958 INFO kablam! | Oct 16 12:40:05.958 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.959 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.959 INFO kablam! | Oct 16 12:40:05.959 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.959 INFO kablam! note: type defined here Oct 16 12:40:05.959 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.959 INFO kablam! | Oct 16 12:40:05.959 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.959 INFO kablam! Oct 16 12:40:05.959 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.959 INFO kablam! --> src/bindings_ecdh.rs:9248:115 Oct 16 12:40:05.959 INFO kablam! | Oct 16 12:40:05.959 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.959 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.959 INFO kablam! | Oct 16 12:40:05.959 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.959 INFO kablam! note: type defined here Oct 16 12:40:05.959 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.959 INFO kablam! | Oct 16 12:40:05.959 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.959 INFO kablam! Oct 16 12:40:05.959 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.959 INFO kablam! --> src/bindings_ecdh.rs:9261:31 Oct 16 12:40:05.959 INFO kablam! | Oct 16 12:40:05.959 INFO kablam! 9261 | pub fn EC_POINT_point2hex(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_ctx) -> *mut libc::c_char; Oct 16 12:40:05.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.960 INFO kablam! | Oct 16 12:40:05.960 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.960 INFO kablam! note: type defined here Oct 16 12:40:05.960 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.960 INFO kablam! | Oct 16 12:40:05.960 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.960 INFO kablam! Oct 16 12:40:05.960 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.960 INFO kablam! --> src/bindings_ecdh.rs:9261:54 Oct 16 12:40:05.960 INFO kablam! | Oct 16 12:40:05.960 INFO kablam! 9261 | pub fn EC_POINT_point2hex(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_ctx) -> *mut libc::c_char; Oct 16 12:40:05.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.960 INFO kablam! | Oct 16 12:40:05.960 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.960 INFO kablam! note: type defined here Oct 16 12:40:05.960 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.960 INFO kablam! | Oct 16 12:40:05.960 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.960 INFO kablam! Oct 16 12:40:05.960 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.960 INFO kablam! --> src/bindings_ecdh.rs:9261:97 Oct 16 12:40:05.960 INFO kablam! | Oct 16 12:40:05.960 INFO kablam! 9261 | pub fn EC_POINT_point2hex(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_ctx) -> *mut libc::c_char; Oct 16 12:40:05.961 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.961 INFO kablam! | Oct 16 12:40:05.961 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.961 INFO kablam! note: type defined here Oct 16 12:40:05.961 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.961 INFO kablam! | Oct 16 12:40:05.961 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.961 INFO kablam! Oct 16 12:40:05.961 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.961 INFO kablam! --> src/bindings_ecdh.rs:9274:31 Oct 16 12:40:05.961 INFO kablam! | Oct 16 12:40:05.961 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.961 INFO kablam! | Oct 16 12:40:05.961 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.961 INFO kablam! note: type defined here Oct 16 12:40:05.961 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.961 INFO kablam! | Oct 16 12:40:05.961 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.961 INFO kablam! Oct 16 12:40:05.961 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.961 INFO kablam! --> src/bindings_ecdh.rs:9274:78 Oct 16 12:40:05.961 INFO kablam! | Oct 16 12:40:05.961 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.962 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.962 INFO kablam! | Oct 16 12:40:05.962 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.962 INFO kablam! note: type defined here Oct 16 12:40:05.962 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.962 INFO kablam! | Oct 16 12:40:05.962 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.962 INFO kablam! Oct 16 12:40:05.962 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.962 INFO kablam! --> src/bindings_ecdh.rs:9274:99 Oct 16 12:40:05.962 INFO kablam! | Oct 16 12:40:05.962 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.962 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.962 INFO kablam! | Oct 16 12:40:05.962 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.962 INFO kablam! note: type defined here Oct 16 12:40:05.962 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.962 INFO kablam! | Oct 16 12:40:05.962 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.962 INFO kablam! Oct 16 12:40:05.962 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.962 INFO kablam! --> src/bindings_ecdh.rs:9274:119 Oct 16 12:40:05.967 INFO kablam! | Oct 16 12:40:05.967 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:05.967 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.967 INFO kablam! | Oct 16 12:40:05.967 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.967 INFO kablam! note: type defined here Oct 16 12:40:05.967 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.967 INFO kablam! | Oct 16 12:40:05.967 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.967 INFO kablam! Oct 16 12:40:05.967 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.967 INFO kablam! --> src/bindings_ecdh.rs:9288:29 Oct 16 12:40:05.967 INFO kablam! | Oct 16 12:40:05.967 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.967 INFO kablam! | Oct 16 12:40:05.967 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.967 INFO kablam! note: type defined here Oct 16 12:40:05.967 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.967 INFO kablam! | Oct 16 12:40:05.967 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.967 INFO kablam! Oct 16 12:40:05.967 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.967 INFO kablam! --> src/bindings_ecdh.rs:9288:52 Oct 16 12:40:05.968 INFO kablam! | Oct 16 12:40:05.968 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.968 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.968 INFO kablam! | Oct 16 12:40:05.968 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.968 INFO kablam! note: type defined here Oct 16 12:40:05.968 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.968 INFO kablam! | Oct 16 12:40:05.968 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.968 INFO kablam! Oct 16 12:40:05.968 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.968 INFO kablam! --> src/bindings_ecdh.rs:9288:73 Oct 16 12:40:05.968 INFO kablam! | Oct 16 12:40:05.968 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.968 INFO kablam! | Oct 16 12:40:05.968 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.968 INFO kablam! note: type defined here Oct 16 12:40:05.968 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.968 INFO kablam! | Oct 16 12:40:05.968 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.968 INFO kablam! Oct 16 12:40:05.968 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.969 INFO kablam! --> src/bindings_ecdh.rs:9288:96 Oct 16 12:40:05.969 INFO kablam! | Oct 16 12:40:05.969 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.969 INFO kablam! | Oct 16 12:40:05.969 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.969 INFO kablam! note: type defined here Oct 16 12:40:05.969 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.969 INFO kablam! | Oct 16 12:40:05.969 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.969 INFO kablam! Oct 16 12:40:05.969 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.969 INFO kablam! --> src/bindings_ecdh.rs:9288:121 Oct 16 12:40:05.969 INFO kablam! | Oct 16 12:40:05.969 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.969 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.969 INFO kablam! | Oct 16 12:40:05.969 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.969 INFO kablam! note: type defined here Oct 16 12:40:05.969 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.969 INFO kablam! | Oct 16 12:40:05.969 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.969 INFO kablam! Oct 16 12:40:05.969 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.970 INFO kablam! --> src/bindings_ecdh.rs:9301:29 Oct 16 12:40:05.970 INFO kablam! | Oct 16 12:40:05.970 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.970 INFO kablam! | Oct 16 12:40:05.970 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.970 INFO kablam! note: type defined here Oct 16 12:40:05.970 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.970 INFO kablam! | Oct 16 12:40:05.970 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.970 INFO kablam! Oct 16 12:40:05.970 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.970 INFO kablam! --> src/bindings_ecdh.rs:9301:52 Oct 16 12:40:05.970 INFO kablam! | Oct 16 12:40:05.970 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.970 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.970 INFO kablam! | Oct 16 12:40:05.970 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.970 INFO kablam! note: type defined here Oct 16 12:40:05.970 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.970 INFO kablam! | Oct 16 12:40:05.970 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.970 INFO kablam! Oct 16 12:40:05.970 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.971 INFO kablam! --> src/bindings_ecdh.rs:9301:73 Oct 16 12:40:05.971 INFO kablam! | Oct 16 12:40:05.971 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.971 INFO kablam! | Oct 16 12:40:05.971 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.971 INFO kablam! note: type defined here Oct 16 12:40:05.971 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.971 INFO kablam! | Oct 16 12:40:05.971 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.971 INFO kablam! Oct 16 12:40:05.971 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.971 INFO kablam! --> src/bindings_ecdh.rs:9301:98 Oct 16 12:40:05.971 INFO kablam! | Oct 16 12:40:05.971 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.971 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.971 INFO kablam! | Oct 16 12:40:05.971 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.971 INFO kablam! note: type defined here Oct 16 12:40:05.971 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.971 INFO kablam! | Oct 16 12:40:05.971 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.971 INFO kablam! Oct 16 12:40:05.971 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.972 INFO kablam! --> src/bindings_ecdh.rs:9313:32 Oct 16 12:40:05.972 INFO kablam! | Oct 16 12:40:05.972 INFO kablam! 9313 | pub fn EC_POINT_invert(group: *const ec_group_st, a: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.972 INFO kablam! | Oct 16 12:40:05.972 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.972 INFO kablam! note: type defined here Oct 16 12:40:05.972 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.972 INFO kablam! | Oct 16 12:40:05.972 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.972 INFO kablam! Oct 16 12:40:05.972 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.972 INFO kablam! --> src/bindings_ecdh.rs:9313:55 Oct 16 12:40:05.972 INFO kablam! | Oct 16 12:40:05.972 INFO kablam! 9313 | pub fn EC_POINT_invert(group: *const ec_group_st, a: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.972 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.972 INFO kablam! | Oct 16 12:40:05.972 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.972 INFO kablam! note: type defined here Oct 16 12:40:05.972 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.972 INFO kablam! | Oct 16 12:40:05.972 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.972 INFO kablam! Oct 16 12:40:05.972 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.973 INFO kablam! --> src/bindings_ecdh.rs:9313:78 Oct 16 12:40:05.973 INFO kablam! | Oct 16 12:40:05.973 INFO kablam! 9313 | pub fn EC_POINT_invert(group: *const ec_group_st, a: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.973 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.973 INFO kablam! | Oct 16 12:40:05.973 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.973 INFO kablam! note: type defined here Oct 16 12:40:05.973 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.973 INFO kablam! | Oct 16 12:40:05.973 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.973 INFO kablam! Oct 16 12:40:05.973 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.973 INFO kablam! --> src/bindings_ecdh.rs:9324:40 Oct 16 12:40:05.973 INFO kablam! | Oct 16 12:40:05.973 INFO kablam! 9324 | pub fn EC_POINT_is_at_infinity(group: *const ec_group_st, p: *const ec_point_st) -> libc::c_int; Oct 16 12:40:05.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.973 INFO kablam! | Oct 16 12:40:05.973 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.973 INFO kablam! note: type defined here Oct 16 12:40:05.973 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.973 INFO kablam! | Oct 16 12:40:05.973 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.973 INFO kablam! Oct 16 12:40:05.973 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.974 INFO kablam! --> src/bindings_ecdh.rs:9324:63 Oct 16 12:40:05.974 INFO kablam! | Oct 16 12:40:05.974 INFO kablam! 9324 | pub fn EC_POINT_is_at_infinity(group: *const ec_group_st, p: *const ec_point_st) -> libc::c_int; Oct 16 12:40:05.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.974 INFO kablam! | Oct 16 12:40:05.974 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.974 INFO kablam! note: type defined here Oct 16 12:40:05.974 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.974 INFO kablam! | Oct 16 12:40:05.974 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.974 INFO kablam! Oct 16 12:40:05.974 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.974 INFO kablam! --> src/bindings_ecdh.rs:9336:37 Oct 16 12:40:05.974 INFO kablam! | Oct 16 12:40:05.974 INFO kablam! 9336 | pub fn EC_POINT_is_on_curve(group: *const ec_group_st, point: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.974 INFO kablam! | Oct 16 12:40:05.974 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.974 INFO kablam! note: type defined here Oct 16 12:40:05.974 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.974 INFO kablam! | Oct 16 12:40:05.974 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.975 INFO kablam! Oct 16 12:40:05.975 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.975 INFO kablam! --> src/bindings_ecdh.rs:9336:64 Oct 16 12:40:05.975 INFO kablam! | Oct 16 12:40:05.975 INFO kablam! 9336 | pub fn EC_POINT_is_on_curve(group: *const ec_group_st, point: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.975 INFO kablam! | Oct 16 12:40:05.975 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.975 INFO kablam! note: type defined here Oct 16 12:40:05.975 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.975 INFO kablam! | Oct 16 12:40:05.975 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.975 INFO kablam! Oct 16 12:40:05.975 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.975 INFO kablam! --> src/bindings_ecdh.rs:9336:89 Oct 16 12:40:05.975 INFO kablam! | Oct 16 12:40:05.975 INFO kablam! 9336 | pub fn EC_POINT_is_on_curve(group: *const ec_group_st, point: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.975 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.975 INFO kablam! | Oct 16 12:40:05.975 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.975 INFO kablam! note: type defined here Oct 16 12:40:05.975 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.975 INFO kablam! | Oct 16 12:40:05.975 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.976 INFO kablam! Oct 16 12:40:05.976 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.976 INFO kablam! --> src/bindings_ecdh.rs:9349:29 Oct 16 12:40:05.976 INFO kablam! | Oct 16 12:40:05.976 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.976 INFO kablam! | Oct 16 12:40:05.976 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.976 INFO kablam! note: type defined here Oct 16 12:40:05.976 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.976 INFO kablam! | Oct 16 12:40:05.976 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.976 INFO kablam! Oct 16 12:40:05.976 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.976 INFO kablam! --> src/bindings_ecdh.rs:9349:52 Oct 16 12:40:05.976 INFO kablam! | Oct 16 12:40:05.976 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.976 INFO kablam! | Oct 16 12:40:05.976 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.976 INFO kablam! note: type defined here Oct 16 12:40:05.976 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.977 INFO kablam! | Oct 16 12:40:05.977 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.977 INFO kablam! Oct 16 12:40:05.977 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.977 INFO kablam! --> src/bindings_ecdh.rs:9349:75 Oct 16 12:40:05.977 INFO kablam! | Oct 16 12:40:05.977 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.977 INFO kablam! | Oct 16 12:40:05.977 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.977 INFO kablam! note: type defined here Oct 16 12:40:05.977 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.977 INFO kablam! | Oct 16 12:40:05.977 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.977 INFO kablam! Oct 16 12:40:05.977 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.977 INFO kablam! --> src/bindings_ecdh.rs:9349:100 Oct 16 12:40:05.977 INFO kablam! | Oct 16 12:40:05.977 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.977 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.977 INFO kablam! | Oct 16 12:40:05.977 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.978 INFO kablam! note: type defined here Oct 16 12:40:05.978 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.978 INFO kablam! | Oct 16 12:40:05.978 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.978 INFO kablam! Oct 16 12:40:05.978 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.978 INFO kablam! --> src/bindings_ecdh.rs:9361:37 Oct 16 12:40:05.978 INFO kablam! | Oct 16 12:40:05.978 INFO kablam! 9361 | pub fn EC_POINT_make_affine(group: *const ec_group_st, point: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.978 INFO kablam! | Oct 16 12:40:05.978 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.978 INFO kablam! note: type defined here Oct 16 12:40:05.978 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.978 INFO kablam! | Oct 16 12:40:05.978 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.978 INFO kablam! Oct 16 12:40:05.978 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.978 INFO kablam! --> src/bindings_ecdh.rs:9361:64 Oct 16 12:40:05.978 INFO kablam! | Oct 16 12:40:05.978 INFO kablam! 9361 | pub fn EC_POINT_make_affine(group: *const ec_group_st, point: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.979 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.979 INFO kablam! | Oct 16 12:40:05.979 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.979 INFO kablam! note: type defined here Oct 16 12:40:05.979 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.979 INFO kablam! | Oct 16 12:40:05.979 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.979 INFO kablam! Oct 16 12:40:05.979 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.979 INFO kablam! --> src/bindings_ecdh.rs:9361:87 Oct 16 12:40:05.979 INFO kablam! | Oct 16 12:40:05.979 INFO kablam! 9361 | pub fn EC_POINT_make_affine(group: *const ec_group_st, point: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.979 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.979 INFO kablam! | Oct 16 12:40:05.979 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.979 INFO kablam! note: type defined here Oct 16 12:40:05.979 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.979 INFO kablam! | Oct 16 12:40:05.979 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.979 INFO kablam! Oct 16 12:40:05.979 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.979 INFO kablam! --> src/bindings_ecdh.rs:9374:38 Oct 16 12:40:05.979 INFO kablam! | Oct 16 12:40:05.979 INFO kablam! 9374 | pub fn EC_POINTs_make_affine(group: *const ec_group_st, num: libc::c_ulong, points: *mut *mut ec_point_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.979 INFO kablam! | Oct 16 12:40:05.980 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.980 INFO kablam! note: type defined here Oct 16 12:40:05.980 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.980 INFO kablam! | Oct 16 12:40:05.980 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.980 INFO kablam! Oct 16 12:40:05.980 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.980 INFO kablam! --> src/bindings_ecdh.rs:9374:86 Oct 16 12:40:05.980 INFO kablam! | Oct 16 12:40:05.980 INFO kablam! 9374 | pub fn EC_POINTs_make_affine(group: *const ec_group_st, num: libc::c_ulong, points: *mut *mut ec_point_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.980 INFO kablam! | Oct 16 12:40:05.980 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.980 INFO kablam! note: type defined here Oct 16 12:40:05.980 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.980 INFO kablam! | Oct 16 12:40:05.980 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.980 INFO kablam! Oct 16 12:40:05.980 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.980 INFO kablam! --> src/bindings_ecdh.rs:9374:136 Oct 16 12:40:05.980 INFO kablam! | Oct 16 12:40:05.980 INFO kablam! 9374 | pub fn EC_POINTs_make_affine(group: *const ec_group_st, num: libc::c_ulong, points: *mut *mut ec_point_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.980 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.980 INFO kablam! | Oct 16 12:40:05.980 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.980 INFO kablam! note: type defined here Oct 16 12:40:05.981 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.981 INFO kablam! | Oct 16 12:40:05.981 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.981 INFO kablam! Oct 16 12:40:05.981 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.981 INFO kablam! --> src/bindings_ecdh.rs:9390:30 Oct 16 12:40:05.981 INFO kablam! | Oct 16 12:40:05.981 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.981 INFO kablam! | Oct 16 12:40:05.981 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.981 INFO kablam! note: type defined here Oct 16 12:40:05.981 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.981 INFO kablam! | Oct 16 12:40:05.981 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.981 INFO kablam! Oct 16 12:40:05.981 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.981 INFO kablam! --> src/bindings_ecdh.rs:9390:53 Oct 16 12:40:05.981 INFO kablam! | Oct 16 12:40:05.981 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.981 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.981 INFO kablam! | Oct 16 12:40:05.981 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.981 INFO kablam! note: type defined here Oct 16 12:40:05.981 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.982 INFO kablam! | Oct 16 12:40:05.982 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.982 INFO kablam! Oct 16 12:40:05.982 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.982 INFO kablam! --> src/bindings_ecdh.rs:9390:115 Oct 16 12:40:05.982 INFO kablam! | Oct 16 12:40:05.982 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.982 INFO kablam! | Oct 16 12:40:05.982 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.982 INFO kablam! note: type defined here Oct 16 12:40:05.982 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.982 INFO kablam! | Oct 16 12:40:05.982 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.982 INFO kablam! Oct 16 12:40:05.982 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.982 INFO kablam! --> src/bindings_ecdh.rs:9390:215 Oct 16 12:40:05.982 INFO kablam! | Oct 16 12:40:05.982 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.982 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.982 INFO kablam! | Oct 16 12:40:05.982 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.986 INFO kablam! note: type defined here Oct 16 12:40:05.987 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.987 INFO kablam! | Oct 16 12:40:05.987 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.987 INFO kablam! Oct 16 12:40:05.987 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.987 INFO kablam! --> src/bindings_ecdh.rs:9405:29 Oct 16 12:40:05.987 INFO kablam! | Oct 16 12:40:05.987 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.987 INFO kablam! | Oct 16 12:40:05.987 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.987 INFO kablam! note: type defined here Oct 16 12:40:05.987 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.987 INFO kablam! | Oct 16 12:40:05.987 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.987 INFO kablam! Oct 16 12:40:05.987 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.987 INFO kablam! --> src/bindings_ecdh.rs:9405:52 Oct 16 12:40:05.987 INFO kablam! | Oct 16 12:40:05.987 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.987 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.987 INFO kablam! | Oct 16 12:40:05.988 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.988 INFO kablam! note: type defined here Oct 16 12:40:05.988 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.988 INFO kablam! | Oct 16 12:40:05.988 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.988 INFO kablam! Oct 16 12:40:05.988 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.988 INFO kablam! --> src/bindings_ecdh.rs:9405:94 Oct 16 12:40:05.988 INFO kablam! | Oct 16 12:40:05.988 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.988 INFO kablam! | Oct 16 12:40:05.988 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.988 INFO kablam! note: type defined here Oct 16 12:40:05.988 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:05.988 INFO kablam! | Oct 16 12:40:05.988 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:05.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.988 INFO kablam! Oct 16 12:40:05.988 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.988 INFO kablam! --> src/bindings_ecdh.rs:9405:140 Oct 16 12:40:05.988 INFO kablam! | Oct 16 12:40:05.988 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.988 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.988 INFO kablam! | Oct 16 12:40:05.989 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.989 INFO kablam! note: type defined here Oct 16 12:40:05.989 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.989 INFO kablam! | Oct 16 12:40:05.989 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.989 INFO kablam! Oct 16 12:40:05.989 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.989 INFO kablam! --> src/bindings_ecdh.rs:9416:41 Oct 16 12:40:05.989 INFO kablam! | Oct 16 12:40:05.989 INFO kablam! 9416 | pub fn EC_GROUP_precompute_mult(group: *mut ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.989 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.989 INFO kablam! | Oct 16 12:40:05.989 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.989 INFO kablam! note: type defined here Oct 16 12:40:05.989 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.989 INFO kablam! | Oct 16 12:40:05.989 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.989 INFO kablam! Oct 16 12:40:05.989 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.989 INFO kablam! --> src/bindings_ecdh.rs:9416:64 Oct 16 12:40:05.989 INFO kablam! | Oct 16 12:40:05.989 INFO kablam! 9416 | pub fn EC_GROUP_precompute_mult(group: *mut ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:05.989 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:05.989 INFO kablam! | Oct 16 12:40:05.989 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.990 INFO kablam! note: type defined here Oct 16 12:40:05.990 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:05.990 INFO kablam! | Oct 16 12:40:05.990 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:05.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.990 INFO kablam! Oct 16 12:40:05.990 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.990 INFO kablam! --> src/bindings_ecdh.rs:9426:46 Oct 16 12:40:05.990 INFO kablam! | Oct 16 12:40:05.990 INFO kablam! 9426 | pub fn EC_GROUP_have_precompute_mult(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:05.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.990 INFO kablam! | Oct 16 12:40:05.990 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.990 INFO kablam! note: type defined here Oct 16 12:40:05.990 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.990 INFO kablam! | Oct 16 12:40:05.990 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.990 INFO kablam! Oct 16 12:40:05.990 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.990 INFO kablam! --> src/bindings_ecdh.rs:9436:36 Oct 16 12:40:05.990 INFO kablam! | Oct 16 12:40:05.990 INFO kablam! 9436 | pub fn EC_GROUP_get_basis_type(_: *const ec_group_st) -> libc::c_int; Oct 16 12:40:05.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.990 INFO kablam! | Oct 16 12:40:05.991 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.991 INFO kablam! note: type defined here Oct 16 12:40:05.991 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.991 INFO kablam! | Oct 16 12:40:05.991 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.991 INFO kablam! Oct 16 12:40:05.991 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.991 INFO kablam! --> src/bindings_ecdh.rs:9447:41 Oct 16 12:40:05.991 INFO kablam! | Oct 16 12:40:05.991 INFO kablam! 9447 | pub fn EC_GROUP_get_trinomial_basis(_: *const ec_group_st, k: *mut libc::c_uint) -> libc::c_int; Oct 16 12:40:05.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.991 INFO kablam! | Oct 16 12:40:05.991 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.991 INFO kablam! note: type defined here Oct 16 12:40:05.991 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.991 INFO kablam! | Oct 16 12:40:05.991 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.991 INFO kablam! Oct 16 12:40:05.991 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.991 INFO kablam! --> src/bindings_ecdh.rs:9460:43 Oct 16 12:40:05.991 INFO kablam! | Oct 16 12:40:05.991 INFO kablam! 9460 | pub fn EC_GROUP_get_pentanomial_basis(_: *const ec_group_st, k1: *mut libc::c_uint, k2: *mut libc::c_uint, k3: *mut libc::c_uint) -> libc::c_int; Oct 16 12:40:05.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.992 INFO kablam! | Oct 16 12:40:05.992 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.992 INFO kablam! note: type defined here Oct 16 12:40:05.992 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.992 INFO kablam! | Oct 16 12:40:05.992 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.992 INFO kablam! Oct 16 12:40:05.992 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.992 INFO kablam! --> src/bindings_ecdh.rs:9472:31 Oct 16 12:40:05.992 INFO kablam! | Oct 16 12:40:05.992 INFO kablam! 9472 | pub fn d2i_ECPKParameters(_: *mut *mut ec_group_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_group_st; Oct 16 12:40:05.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.992 INFO kablam! | Oct 16 12:40:05.992 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.992 INFO kablam! note: type defined here Oct 16 12:40:05.992 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.992 INFO kablam! | Oct 16 12:40:05.992 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.992 INFO kablam! Oct 16 12:40:05.992 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.992 INFO kablam! --> src/bindings_ecdh.rs:9472:108 Oct 16 12:40:05.992 INFO kablam! | Oct 16 12:40:05.992 INFO kablam! 9472 | pub fn d2i_ECPKParameters(_: *mut *mut ec_group_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_group_st; Oct 16 12:40:05.992 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.993 INFO kablam! | Oct 16 12:40:05.993 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.993 INFO kablam! note: type defined here Oct 16 12:40:05.993 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.993 INFO kablam! | Oct 16 12:40:05.993 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.993 INFO kablam! Oct 16 12:40:05.993 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.993 INFO kablam! --> src/bindings_ecdh.rs:9483:31 Oct 16 12:40:05.993 INFO kablam! | Oct 16 12:40:05.993 INFO kablam! 9483 | pub fn i2d_ECPKParameters(_: *const ec_group_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:05.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.993 INFO kablam! | Oct 16 12:40:05.993 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.993 INFO kablam! note: type defined here Oct 16 12:40:05.993 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.993 INFO kablam! | Oct 16 12:40:05.993 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.993 INFO kablam! Oct 16 12:40:05.993 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.993 INFO kablam! --> src/bindings_ecdh.rs:9495:50 Oct 16 12:40:05.993 INFO kablam! | Oct 16 12:40:05.993 INFO kablam! 9495 | pub fn ECPKParameters_print(bp: *mut bio_st, x: *const ec_group_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:05.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.994 INFO kablam! | Oct 16 12:40:05.994 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.994 INFO kablam! note: type defined here Oct 16 12:40:05.994 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.994 INFO kablam! | Oct 16 12:40:05.994 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.994 INFO kablam! Oct 16 12:40:05.994 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.994 INFO kablam! --> src/bindings_ecdh.rs:9507:53 Oct 16 12:40:05.994 INFO kablam! | Oct 16 12:40:05.994 INFO kablam! 9507 | pub fn ECPKParameters_print_fp(fp: libc::c_int, x: *const ec_group_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:05.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.994 INFO kablam! | Oct 16 12:40:05.994 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.994 INFO kablam! note: type defined here Oct 16 12:40:05.994 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:05.994 INFO kablam! | Oct 16 12:40:05.994 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:05.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.994 INFO kablam! Oct 16 12:40:05.994 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.994 INFO kablam! --> src/bindings_ecdh.rs:9516:25 Oct 16 12:40:05.994 INFO kablam! | Oct 16 12:40:05.994 INFO kablam! 9516 | pub fn EC_KEY_new() -> *mut ec_key_st; Oct 16 12:40:05.994 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.994 INFO kablam! | Oct 16 12:40:05.995 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.995 INFO kablam! note: type defined here Oct 16 12:40:05.995 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.995 INFO kablam! | Oct 16 12:40:05.995 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.995 INFO kablam! Oct 16 12:40:05.995 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.995 INFO kablam! --> src/bindings_ecdh.rs:9526:31 Oct 16 12:40:05.995 INFO kablam! | Oct 16 12:40:05.995 INFO kablam! 9526 | pub fn EC_KEY_get_flags(key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:05.995 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.995 INFO kablam! | Oct 16 12:40:05.995 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.995 INFO kablam! note: type defined here Oct 16 12:40:05.995 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.995 INFO kablam! | Oct 16 12:40:05.995 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.995 INFO kablam! Oct 16 12:40:05.995 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.995 INFO kablam! --> src/bindings_ecdh.rs:9537:31 Oct 16 12:40:05.995 INFO kablam! | Oct 16 12:40:05.995 INFO kablam! 9537 | pub fn EC_KEY_set_flags(key: *mut ec_key_st, flags: libc::c_int); Oct 16 12:40:05.995 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.995 INFO kablam! | Oct 16 12:40:05.995 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.996 INFO kablam! note: type defined here Oct 16 12:40:05.996 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.996 INFO kablam! | Oct 16 12:40:05.996 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.996 INFO kablam! Oct 16 12:40:05.996 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.996 INFO kablam! --> src/bindings_ecdh.rs:9548:33 Oct 16 12:40:05.996 INFO kablam! | Oct 16 12:40:05.996 INFO kablam! 9548 | pub fn EC_KEY_clear_flags(key: *mut ec_key_st, flags: libc::c_int); Oct 16 12:40:05.996 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.996 INFO kablam! | Oct 16 12:40:05.996 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.996 INFO kablam! note: type defined here Oct 16 12:40:05.996 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.996 INFO kablam! | Oct 16 12:40:05.996 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.996 INFO kablam! Oct 16 12:40:05.996 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.996 INFO kablam! --> src/bindings_ecdh.rs:9558:55 Oct 16 12:40:05.996 INFO kablam! | Oct 16 12:40:05.996 INFO kablam! 9558 | pub fn EC_KEY_new_by_curve_name(nid: libc::c_int) -> *mut ec_key_st; Oct 16 12:40:05.996 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.996 INFO kablam! | Oct 16 12:40:05.996 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.996 INFO kablam! note: type defined here Oct 16 12:40:05.997 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.997 INFO kablam! | Oct 16 12:40:05.997 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.997 INFO kablam! Oct 16 12:40:05.997 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.997 INFO kablam! --> src/bindings_ecdh.rs:9568:26 Oct 16 12:40:05.997 INFO kablam! | Oct 16 12:40:05.997 INFO kablam! 9568 | pub fn EC_KEY_free(key: *mut ec_key_st); Oct 16 12:40:05.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.997 INFO kablam! | Oct 16 12:40:05.997 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.997 INFO kablam! note: type defined here Oct 16 12:40:05.997 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.997 INFO kablam! | Oct 16 12:40:05.997 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.997 INFO kablam! Oct 16 12:40:05.997 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.997 INFO kablam! --> src/bindings_ecdh.rs:9579:26 Oct 16 12:40:05.997 INFO kablam! | Oct 16 12:40:05.997 INFO kablam! 9579 | pub fn EC_KEY_copy(dst: *mut ec_key_st, src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:05.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.997 INFO kablam! | Oct 16 12:40:05.997 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.997 INFO kablam! note: type defined here Oct 16 12:40:05.998 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.998 INFO kablam! | Oct 16 12:40:05.998 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.998 INFO kablam! Oct 16 12:40:05.998 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.998 INFO kablam! --> src/bindings_ecdh.rs:9579:47 Oct 16 12:40:05.998 INFO kablam! | Oct 16 12:40:05.998 INFO kablam! 9579 | pub fn EC_KEY_copy(dst: *mut ec_key_st, src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:05.998 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.998 INFO kablam! | Oct 16 12:40:05.998 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.998 INFO kablam! note: type defined here Oct 16 12:40:05.998 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.998 INFO kablam! | Oct 16 12:40:05.998 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.998 INFO kablam! Oct 16 12:40:05.998 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.998 INFO kablam! --> src/bindings_ecdh.rs:9579:68 Oct 16 12:40:05.998 INFO kablam! | Oct 16 12:40:05.998 INFO kablam! 9579 | pub fn EC_KEY_copy(dst: *mut ec_key_st, src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:05.998 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.998 INFO kablam! | Oct 16 12:40:05.998 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.999 INFO kablam! note: type defined here Oct 16 12:40:05.999 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.999 INFO kablam! | Oct 16 12:40:05.999 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.999 INFO kablam! Oct 16 12:40:05.999 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.999 INFO kablam! --> src/bindings_ecdh.rs:9589:25 Oct 16 12:40:05.999 INFO kablam! | Oct 16 12:40:05.999 INFO kablam! 9589 | pub fn EC_KEY_dup(src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:05.999 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:05.999 INFO kablam! | Oct 16 12:40:05.999 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:05.999 INFO kablam! note: type defined here Oct 16 12:40:05.999 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:05.999 INFO kablam! | Oct 16 12:40:05.999 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:05.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:05.999 INFO kablam! Oct 16 12:40:05.999 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:05.999 INFO kablam! --> src/bindings_ecdh.rs:9589:46 Oct 16 12:40:05.999 INFO kablam! | Oct 16 12:40:05.999 INFO kablam! 9589 | pub fn EC_KEY_dup(src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:05.999 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:05.999 INFO kablam! | Oct 16 12:40:05.999 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.000 INFO kablam! note: type defined here Oct 16 12:40:06.000 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.000 INFO kablam! | Oct 16 12:40:06.000 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.000 INFO kablam! Oct 16 12:40:06.000 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.000 INFO kablam! --> src/bindings_ecdh.rs:9599:28 Oct 16 12:40:06.000 INFO kablam! | Oct 16 12:40:06.000 INFO kablam! 9599 | pub fn EC_KEY_up_ref(key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:06.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.000 INFO kablam! | Oct 16 12:40:06.000 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.000 INFO kablam! note: type defined here Oct 16 12:40:06.000 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.000 INFO kablam! | Oct 16 12:40:06.000 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.000 INFO kablam! Oct 16 12:40:06.000 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.000 INFO kablam! --> src/bindings_ecdh.rs:9609:32 Oct 16 12:40:06.000 INFO kablam! | Oct 16 12:40:06.000 INFO kablam! 9609 | pub fn EC_KEY_get0_group(key: *const ec_key_st) -> *const ec_group_st; Oct 16 12:40:06.000 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.000 INFO kablam! | Oct 16 12:40:06.000 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.001 INFO kablam! note: type defined here Oct 16 12:40:06.001 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.001 INFO kablam! | Oct 16 12:40:06.001 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.001 INFO kablam! Oct 16 12:40:06.001 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.001 INFO kablam! --> src/bindings_ecdh.rs:9609:53 Oct 16 12:40:06.001 INFO kablam! | Oct 16 12:40:06.001 INFO kablam! 9609 | pub fn EC_KEY_get0_group(key: *const ec_key_st) -> *const ec_group_st; Oct 16 12:40:06.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.001 INFO kablam! | Oct 16 12:40:06.001 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.001 INFO kablam! note: type defined here Oct 16 12:40:06.001 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:06.001 INFO kablam! | Oct 16 12:40:06.001 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:06.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.001 INFO kablam! Oct 16 12:40:06.001 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.001 INFO kablam! --> src/bindings_ecdh.rs:9620:31 Oct 16 12:40:06.001 INFO kablam! | Oct 16 12:40:06.001 INFO kablam! 9620 | pub fn EC_KEY_set_group(key: *mut ec_key_st, group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:06.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.002 INFO kablam! | Oct 16 12:40:06.002 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.002 INFO kablam! note: type defined here Oct 16 12:40:06.002 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.002 INFO kablam! | Oct 16 12:40:06.002 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.002 INFO kablam! Oct 16 12:40:06.002 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.002 INFO kablam! --> src/bindings_ecdh.rs:9620:54 Oct 16 12:40:06.002 INFO kablam! | Oct 16 12:40:06.002 INFO kablam! 9620 | pub fn EC_KEY_set_group(key: *mut ec_key_st, group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:06.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.002 INFO kablam! | Oct 16 12:40:06.002 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.002 INFO kablam! note: type defined here Oct 16 12:40:06.002 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:06.002 INFO kablam! | Oct 16 12:40:06.002 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:06.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.002 INFO kablam! Oct 16 12:40:06.002 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.002 INFO kablam! --> src/bindings_ecdh.rs:9630:38 Oct 16 12:40:06.002 INFO kablam! | Oct 16 12:40:06.003 INFO kablam! 9630 | pub fn EC_KEY_get0_private_key(key: *const ec_key_st) -> *const bignum_st; Oct 16 12:40:06.003 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.003 INFO kablam! | Oct 16 12:40:06.003 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.003 INFO kablam! note: type defined here Oct 16 12:40:06.003 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.003 INFO kablam! | Oct 16 12:40:06.003 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.003 INFO kablam! Oct 16 12:40:06.003 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.003 INFO kablam! --> src/bindings_ecdh.rs:9641:37 Oct 16 12:40:06.003 INFO kablam! | Oct 16 12:40:06.003 INFO kablam! 9641 | pub fn EC_KEY_set_private_key(key: *mut ec_key_st, prv: *const bignum_st) -> libc::c_int; Oct 16 12:40:06.003 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.003 INFO kablam! | Oct 16 12:40:06.003 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.003 INFO kablam! note: type defined here Oct 16 12:40:06.003 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.003 INFO kablam! | Oct 16 12:40:06.003 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.003 INFO kablam! Oct 16 12:40:06.003 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.004 INFO kablam! --> src/bindings_ecdh.rs:9651:37 Oct 16 12:40:06.004 INFO kablam! | Oct 16 12:40:06.004 INFO kablam! 9651 | pub fn EC_KEY_get0_public_key(key: *const ec_key_st) -> *const ec_point_st; Oct 16 12:40:06.004 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.004 INFO kablam! | Oct 16 12:40:06.004 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.004 INFO kablam! note: type defined here Oct 16 12:40:06.004 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.004 INFO kablam! | Oct 16 12:40:06.004 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.004 INFO kablam! Oct 16 12:40:06.004 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.004 INFO kablam! --> src/bindings_ecdh.rs:9651:58 Oct 16 12:40:06.004 INFO kablam! | Oct 16 12:40:06.004 INFO kablam! 9651 | pub fn EC_KEY_get0_public_key(key: *const ec_key_st) -> *const ec_point_st; Oct 16 12:40:06.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.004 INFO kablam! | Oct 16 12:40:06.004 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.004 INFO kablam! note: type defined here Oct 16 12:40:06.004 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:06.004 INFO kablam! | Oct 16 12:40:06.004 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:06.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.005 INFO kablam! Oct 16 12:40:06.005 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.005 INFO kablam! --> src/bindings_ecdh.rs:9662:36 Oct 16 12:40:06.005 INFO kablam! | Oct 16 12:40:06.005 INFO kablam! 9662 | pub fn EC_KEY_set_public_key(key: *mut ec_key_st, pub_: *const ec_point_st) -> libc::c_int; Oct 16 12:40:06.005 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.005 INFO kablam! | Oct 16 12:40:06.005 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.005 INFO kablam! note: type defined here Oct 16 12:40:06.005 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.005 INFO kablam! | Oct 16 12:40:06.005 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.005 INFO kablam! Oct 16 12:40:06.005 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.005 INFO kablam! --> src/bindings_ecdh.rs:9662:58 Oct 16 12:40:06.005 INFO kablam! | Oct 16 12:40:06.005 INFO kablam! 9662 | pub fn EC_KEY_set_public_key(key: *mut ec_key_st, pub_: *const ec_point_st) -> libc::c_int; Oct 16 12:40:06.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.005 INFO kablam! | Oct 16 12:40:06.005 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.005 INFO kablam! note: type defined here Oct 16 12:40:06.005 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:06.006 INFO kablam! | Oct 16 12:40:06.006 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:06.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.006 INFO kablam! Oct 16 12:40:06.006 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.006 INFO kablam! --> src/bindings_ecdh.rs:9672:35 Oct 16 12:40:06.006 INFO kablam! | Oct 16 12:40:06.006 INFO kablam! 9672 | pub fn EC_KEY_get_enc_flags(key: *const ec_key_st) -> libc::c_uint; Oct 16 12:40:06.006 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.006 INFO kablam! | Oct 16 12:40:06.006 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.006 INFO kablam! note: type defined here Oct 16 12:40:06.006 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.006 INFO kablam! | Oct 16 12:40:06.006 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.006 INFO kablam! Oct 16 12:40:06.006 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.006 INFO kablam! --> src/bindings_ecdh.rs:9683:37 Oct 16 12:40:06.006 INFO kablam! | Oct 16 12:40:06.006 INFO kablam! 9683 | pub fn EC_KEY_set_enc_flags(eckey: *mut ec_key_st, flags: libc::c_uint); Oct 16 12:40:06.007 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.007 INFO kablam! | Oct 16 12:40:06.007 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.007 INFO kablam! note: type defined here Oct 16 12:40:06.007 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.007 INFO kablam! | Oct 16 12:40:06.007 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.007 INFO kablam! Oct 16 12:40:06.007 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.007 INFO kablam! --> src/bindings_ecdh.rs:9693:35 Oct 16 12:40:06.007 INFO kablam! | Oct 16 12:40:06.007 INFO kablam! 9693 | pub fn EC_KEY_get_conv_form(key: *const ec_key_st) -> libc::c_uint; Oct 16 12:40:06.007 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.007 INFO kablam! | Oct 16 12:40:06.007 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.007 INFO kablam! note: type defined here Oct 16 12:40:06.007 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.007 INFO kablam! | Oct 16 12:40:06.008 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.008 INFO kablam! Oct 16 12:40:06.008 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.008 INFO kablam! --> src/bindings_ecdh.rs:9704:37 Oct 16 12:40:06.008 INFO kablam! | Oct 16 12:40:06.008 INFO kablam! 9704 | pub fn EC_KEY_set_conv_form(eckey: *mut ec_key_st, cform: libc::c_uint); Oct 16 12:40:06.008 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.008 INFO kablam! | Oct 16 12:40:06.008 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.008 INFO kablam! note: type defined here Oct 16 12:40:06.008 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.008 INFO kablam! | Oct 16 12:40:06.008 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.008 INFO kablam! Oct 16 12:40:06.008 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.008 INFO kablam! --> src/bindings_ecdh.rs:9717:41 Oct 16 12:40:06.008 INFO kablam! | Oct 16 12:40:06.008 INFO kablam! 9717 | pub fn EC_KEY_get_key_method_data(key: *mut ec_key_st, dup_func: Option *mut libc::c_void>, free_func: Option, clear_free_func: Option) -> *mut libc::c_void; Oct 16 12:40:06.008 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.008 INFO kablam! | Oct 16 12:40:06.008 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.009 INFO kablam! note: type defined here Oct 16 12:40:06.009 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.009 INFO kablam! | Oct 16 12:40:06.009 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.009 INFO kablam! Oct 16 12:40:06.009 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.009 INFO kablam! --> src/bindings_ecdh.rs:9731:44 Oct 16 12:40:06.009 INFO kablam! | Oct 16 12:40:06.009 INFO kablam! 9731 | pub fn EC_KEY_insert_key_method_data(key: *mut ec_key_st, data: *mut libc::c_void, dup_func: Option *mut libc::c_void>, free_func: Option, clear_free_func: Option) -> *mut libc::c_void; Oct 16 12:40:06.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.009 INFO kablam! | Oct 16 12:40:06.009 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.009 INFO kablam! note: type defined here Oct 16 12:40:06.009 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.009 INFO kablam! | Oct 16 12:40:06.009 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.009 INFO kablam! Oct 16 12:40:06.009 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.009 INFO kablam! --> src/bindings_ecdh.rs:9742:37 Oct 16 12:40:06.009 INFO kablam! | Oct 16 12:40:06.009 INFO kablam! 9742 | pub fn EC_KEY_set_asn1_flag(eckey: *mut ec_key_st, asn1_flag: libc::c_int); Oct 16 12:40:06.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.010 INFO kablam! | Oct 16 12:40:06.010 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.010 INFO kablam! note: type defined here Oct 16 12:40:06.010 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.010 INFO kablam! | Oct 16 12:40:06.010 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.010 INFO kablam! Oct 16 12:40:06.010 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.010 INFO kablam! --> src/bindings_ecdh.rs:9753:37 Oct 16 12:40:06.010 INFO kablam! | Oct 16 12:40:06.010 INFO kablam! 9753 | pub fn EC_KEY_precompute_mult(key: *mut ec_key_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:06.010 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.010 INFO kablam! | Oct 16 12:40:06.010 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.010 INFO kablam! note: type defined here Oct 16 12:40:06.010 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.010 INFO kablam! | Oct 16 12:40:06.010 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.010 INFO kablam! Oct 16 12:40:06.010 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.010 INFO kablam! --> src/bindings_ecdh.rs:9753:58 Oct 16 12:40:06.011 INFO kablam! | Oct 16 12:40:06.011 INFO kablam! 9753 | pub fn EC_KEY_precompute_mult(key: *mut ec_key_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:06.011 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:06.011 INFO kablam! | Oct 16 12:40:06.011 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.011 INFO kablam! note: type defined here Oct 16 12:40:06.011 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:06.011 INFO kablam! | Oct 16 12:40:06.011 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:06.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.011 INFO kablam! Oct 16 12:40:06.011 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.011 INFO kablam! --> src/bindings_ecdh.rs:9763:34 Oct 16 12:40:06.011 INFO kablam! | Oct 16 12:40:06.011 INFO kablam! 9763 | pub fn EC_KEY_generate_key(key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:06.011 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.011 INFO kablam! | Oct 16 12:40:06.011 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.011 INFO kablam! note: type defined here Oct 16 12:40:06.011 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.011 INFO kablam! | Oct 16 12:40:06.011 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.011 INFO kablam! Oct 16 12:40:06.011 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.012 INFO kablam! --> src/bindings_ecdh.rs:9773:31 Oct 16 12:40:06.012 INFO kablam! | Oct 16 12:40:06.012 INFO kablam! 9773 | pub fn EC_KEY_check_key(key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:06.012 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.012 INFO kablam! | Oct 16 12:40:06.012 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.012 INFO kablam! note: type defined here Oct 16 12:40:06.012 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.012 INFO kablam! | Oct 16 12:40:06.012 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.012 INFO kablam! Oct 16 12:40:06.012 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.012 INFO kablam! --> src/bindings_ecdh.rs:9785:55 Oct 16 12:40:06.012 INFO kablam! | Oct 16 12:40:06.012 INFO kablam! 9785 | pub fn EC_KEY_set_public_key_affine_coordinates(key: *mut ec_key_st, x: *mut bignum_st, y: *mut bignum_st) -> libc::c_int; Oct 16 12:40:06.012 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.012 INFO kablam! | Oct 16 12:40:06.012 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.012 INFO kablam! note: type defined here Oct 16 12:40:06.012 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.012 INFO kablam! | Oct 16 12:40:06.012 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.012 INFO kablam! Oct 16 12:40:06.013 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.013 INFO kablam! --> src/bindings_ecdh.rs:9797:31 Oct 16 12:40:06.013 INFO kablam! | Oct 16 12:40:06.013 INFO kablam! 9797 | pub fn d2i_ECPrivateKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:06.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.013 INFO kablam! | Oct 16 12:40:06.013 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.013 INFO kablam! note: type defined here Oct 16 12:40:06.013 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.013 INFO kablam! | Oct 16 12:40:06.013 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.013 INFO kablam! Oct 16 12:40:06.013 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.013 INFO kablam! --> src/bindings_ecdh.rs:9797:106 Oct 16 12:40:06.013 INFO kablam! | Oct 16 12:40:06.013 INFO kablam! 9797 | pub fn d2i_ECPrivateKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:06.013 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.013 INFO kablam! | Oct 16 12:40:06.013 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.013 INFO kablam! note: type defined here Oct 16 12:40:06.013 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.013 INFO kablam! | Oct 16 12:40:06.013 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.013 INFO kablam! Oct 16 12:40:06.014 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.014 INFO kablam! --> src/bindings_ecdh.rs:9808:31 Oct 16 12:40:06.014 INFO kablam! | Oct 16 12:40:06.014 INFO kablam! 9808 | pub fn i2d_ECPrivateKey(key: *mut ec_key_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:06.014 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.014 INFO kablam! | Oct 16 12:40:06.014 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.014 INFO kablam! note: type defined here Oct 16 12:40:06.014 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.014 INFO kablam! | Oct 16 12:40:06.014 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.014 INFO kablam! Oct 16 12:40:06.014 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.014 INFO kablam! --> src/bindings_ecdh.rs:9820:31 Oct 16 12:40:06.014 INFO kablam! | Oct 16 12:40:06.014 INFO kablam! 9820 | pub fn d2i_ECParameters(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:06.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.014 INFO kablam! | Oct 16 12:40:06.014 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.014 INFO kablam! note: type defined here Oct 16 12:40:06.014 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.014 INFO kablam! | Oct 16 12:40:06.014 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.015 INFO kablam! Oct 16 12:40:06.015 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.015 INFO kablam! --> src/bindings_ecdh.rs:9820:106 Oct 16 12:40:06.015 INFO kablam! | Oct 16 12:40:06.015 INFO kablam! 9820 | pub fn d2i_ECParameters(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:06.015 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.015 INFO kablam! | Oct 16 12:40:06.015 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.015 INFO kablam! note: type defined here Oct 16 12:40:06.015 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.015 INFO kablam! | Oct 16 12:40:06.015 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.015 INFO kablam! Oct 16 12:40:06.015 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.015 INFO kablam! --> src/bindings_ecdh.rs:9831:31 Oct 16 12:40:06.015 INFO kablam! | Oct 16 12:40:06.015 INFO kablam! 9831 | pub fn i2d_ECParameters(key: *mut ec_key_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:06.015 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.015 INFO kablam! | Oct 16 12:40:06.015 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.015 INFO kablam! note: type defined here Oct 16 12:40:06.015 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.015 INFO kablam! | Oct 16 12:40:06.015 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.016 INFO kablam! Oct 16 12:40:06.016 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.016 INFO kablam! --> src/bindings_ecdh.rs:9843:30 Oct 16 12:40:06.016 INFO kablam! | Oct 16 12:40:06.016 INFO kablam! 9843 | pub fn o2i_ECPublicKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:06.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.016 INFO kablam! | Oct 16 12:40:06.016 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.016 INFO kablam! note: type defined here Oct 16 12:40:06.016 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.016 INFO kablam! | Oct 16 12:40:06.016 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.016 INFO kablam! Oct 16 12:40:06.016 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.016 INFO kablam! --> src/bindings_ecdh.rs:9843:105 Oct 16 12:40:06.016 INFO kablam! | Oct 16 12:40:06.016 INFO kablam! 9843 | pub fn o2i_ECPublicKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:06.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.016 INFO kablam! | Oct 16 12:40:06.016 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.016 INFO kablam! note: type defined here Oct 16 12:40:06.016 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.016 INFO kablam! | Oct 16 12:40:06.016 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.017 INFO kablam! Oct 16 12:40:06.017 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.017 INFO kablam! --> src/bindings_ecdh.rs:9854:30 Oct 16 12:40:06.017 INFO kablam! | Oct 16 12:40:06.017 INFO kablam! 9854 | pub fn i2o_ECPublicKey(key: *mut ec_key_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:06.017 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.017 INFO kablam! | Oct 16 12:40:06.017 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.017 INFO kablam! note: type defined here Oct 16 12:40:06.017 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.017 INFO kablam! | Oct 16 12:40:06.017 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.017 INFO kablam! Oct 16 12:40:06.017 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.017 INFO kablam! --> src/bindings_ecdh.rs:9865:50 Oct 16 12:40:06.017 INFO kablam! | Oct 16 12:40:06.017 INFO kablam! 9865 | pub fn ECParameters_print(bp: *mut bio_st, key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:06.017 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.017 INFO kablam! | Oct 16 12:40:06.017 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.017 INFO kablam! note: type defined here Oct 16 12:40:06.017 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.017 INFO kablam! | Oct 16 12:40:06.018 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.018 INFO kablam! Oct 16 12:40:06.018 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.018 INFO kablam! --> src/bindings_ecdh.rs:9877:44 Oct 16 12:40:06.018 INFO kablam! | Oct 16 12:40:06.018 INFO kablam! 9877 | pub fn EC_KEY_print(bp: *mut bio_st, key: *const ec_key_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:06.018 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.018 INFO kablam! | Oct 16 12:40:06.018 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.018 INFO kablam! note: type defined here Oct 16 12:40:06.018 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.018 INFO kablam! | Oct 16 12:40:06.018 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.018 INFO kablam! Oct 16 12:40:06.018 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.018 INFO kablam! --> src/bindings_ecdh.rs:9888:53 Oct 16 12:40:06.018 INFO kablam! | Oct 16 12:40:06.018 INFO kablam! 9888 | pub fn ECParameters_print_fp(fp: libc::c_int, key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:06.018 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.019 INFO kablam! | Oct 16 12:40:06.019 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.019 INFO kablam! note: type defined here Oct 16 12:40:06.019 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.019 INFO kablam! | Oct 16 12:40:06.019 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.019 INFO kablam! Oct 16 12:40:06.019 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.019 INFO kablam! --> src/bindings_ecdh.rs:9900:47 Oct 16 12:40:06.019 INFO kablam! | Oct 16 12:40:06.019 INFO kablam! 9900 | pub fn EC_KEY_print_fp(fp: libc::c_int, key: *const ec_key_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:06.019 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:06.019 INFO kablam! | Oct 16 12:40:06.019 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.019 INFO kablam! note: type defined here Oct 16 12:40:06.019 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.019 INFO kablam! | Oct 16 12:40:06.019 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.019 INFO kablam! Oct 16 12:40:06.019 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.019 INFO kablam! --> src/bindings_ecdh.rs:9918:27 Oct 16 12:40:06.019 INFO kablam! | Oct 16 12:40:06.020 INFO kablam! 9918 | pub fn ECDH_OpenSSL() -> *const ecdh_method; Oct 16 12:40:06.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.020 INFO kablam! | Oct 16 12:40:06.020 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.020 INFO kablam! note: type defined here Oct 16 12:40:06.020 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:06.020 INFO kablam! | Oct 16 12:40:06.020 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:06.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.020 INFO kablam! Oct 16 12:40:06.020 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.020 INFO kablam! --> src/bindings_ecdh.rs:9928:36 Oct 16 12:40:06.020 INFO kablam! | Oct 16 12:40:06.020 INFO kablam! 9928 | pub fn ECDH_set_default_method(_: *const ecdh_method); Oct 16 12:40:06.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.020 INFO kablam! | Oct 16 12:40:06.020 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.020 INFO kablam! note: type defined here Oct 16 12:40:06.020 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:06.020 INFO kablam! | Oct 16 12:40:06.020 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:06.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.020 INFO kablam! Oct 16 12:40:06.020 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.021 INFO kablam! --> src/bindings_ecdh.rs:9937:38 Oct 16 12:40:06.021 INFO kablam! | Oct 16 12:40:06.021 INFO kablam! 9937 | pub fn ECDH_get_default_method() -> *const ecdh_method; Oct 16 12:40:06.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.021 INFO kablam! | Oct 16 12:40:06.021 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.021 INFO kablam! note: type defined here Oct 16 12:40:06.021 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:06.021 INFO kablam! | Oct 16 12:40:06.021 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:06.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.021 INFO kablam! Oct 16 12:40:06.021 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.021 INFO kablam! --> src/bindings_ecdh.rs:9948:28 Oct 16 12:40:06.021 INFO kablam! | Oct 16 12:40:06.021 INFO kablam! 9948 | pub fn ECDH_set_method(_: *mut ec_key_st, _: *const ecdh_method) -> libc::c_int; Oct 16 12:40:06.021 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.021 INFO kablam! | Oct 16 12:40:06.021 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.021 INFO kablam! note: type defined here Oct 16 12:40:06.021 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.021 INFO kablam! | Oct 16 12:40:06.021 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.021 INFO kablam! Oct 16 12:40:06.022 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.022 INFO kablam! --> src/bindings_ecdh.rs:9948:47 Oct 16 12:40:06.022 INFO kablam! | Oct 16 12:40:06.022 INFO kablam! 9948 | pub fn ECDH_set_method(_: *mut ec_key_st, _: *const ecdh_method) -> libc::c_int; Oct 16 12:40:06.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.022 INFO kablam! | Oct 16 12:40:06.022 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.022 INFO kablam! note: type defined here Oct 16 12:40:06.022 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:06.022 INFO kablam! | Oct 16 12:40:06.022 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:06.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.022 INFO kablam! Oct 16 12:40:06.022 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.022 INFO kablam! --> src/bindings_ecdh.rs:9962:82 Oct 16 12:40:06.022 INFO kablam! | Oct 16 12:40:06.022 INFO kablam! 9962 | pub fn ECDH_compute_key(out: *mut libc::c_void, outlen: libc::c_ulong, pub_key: *const ec_point_st, ecdh: *mut ec_key_st, KDF: Option *mut libc::c_void>) -> libc::c_int; Oct 16 12:40:06.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.022 INFO kablam! | Oct 16 12:40:06.022 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.022 INFO kablam! note: type defined here Oct 16 12:40:06.022 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:06.022 INFO kablam! | Oct 16 12:40:06.022 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:06.022 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.023 INFO kablam! Oct 16 12:40:06.023 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.023 INFO kablam! --> src/bindings_ecdh.rs:9962:108 Oct 16 12:40:06.023 INFO kablam! | Oct 16 12:40:06.023 INFO kablam! 9962 | pub fn ECDH_compute_key(out: *mut libc::c_void, outlen: libc::c_ulong, pub_key: *const ec_point_st, ecdh: *mut ec_key_st, KDF: Option *mut libc::c_void>) -> libc::c_int; Oct 16 12:40:06.023 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.023 INFO kablam! | Oct 16 12:40:06.023 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.023 INFO kablam! note: type defined here Oct 16 12:40:06.023 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.023 INFO kablam! | Oct 16 12:40:06.023 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.023 INFO kablam! Oct 16 12:40:06.023 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.023 INFO kablam! --> src/bindings_ecdh.rs:9988:29 Oct 16 12:40:06.023 INFO kablam! | Oct 16 12:40:06.023 INFO kablam! 9988 | pub fn ECDH_set_ex_data(d: *mut ec_key_st, idx: libc::c_int, arg: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:06.023 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.023 INFO kablam! | Oct 16 12:40:06.023 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.023 INFO kablam! note: type defined here Oct 16 12:40:06.023 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.023 INFO kablam! | Oct 16 12:40:06.023 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.024 INFO kablam! Oct 16 12:40:06.024 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.024 INFO kablam! --> src/bindings_ecdh.rs:9999:29 Oct 16 12:40:06.024 INFO kablam! | Oct 16 12:40:06.024 INFO kablam! 9999 | pub fn ECDH_get_ex_data(d: *mut ec_key_st, idx: libc::c_int) -> *mut libc::c_void; Oct 16 12:40:06.024 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:06.024 INFO kablam! | Oct 16 12:40:06.024 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.024 INFO kablam! note: type defined here Oct 16 12:40:06.024 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:06.024 INFO kablam! | Oct 16 12:40:06.024 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.024 INFO kablam! Oct 16 12:40:06.024 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.024 INFO kablam! --> src/bindings_sha.rs:339:24 Oct 16 12:40:06.024 INFO kablam! | Oct 16 12:40:06.024 INFO kablam! 339 | pub fn SHA384_Init(c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.024 INFO kablam! | Oct 16 12:40:06.024 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.024 INFO kablam! note: type defined here Oct 16 12:40:06.024 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:06.024 INFO kablam! | Oct 16 12:40:06.024 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:06.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.024 INFO kablam! Oct 16 12:40:06.025 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.025 INFO kablam! --> src/bindings_sha.rs:351:26 Oct 16 12:40:06.025 INFO kablam! | Oct 16 12:40:06.025 INFO kablam! 351 | pub fn SHA384_Update(c: *mut SHA512state_st, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; Oct 16 12:40:06.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.025 INFO kablam! | Oct 16 12:40:06.025 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.025 INFO kablam! note: type defined here Oct 16 12:40:06.025 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:06.025 INFO kablam! | Oct 16 12:40:06.025 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:06.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.025 INFO kablam! Oct 16 12:40:06.025 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.025 INFO kablam! --> src/bindings_sha.rs:362:49 Oct 16 12:40:06.025 INFO kablam! | Oct 16 12:40:06.025 INFO kablam! 362 | pub fn SHA384_Final(md: *mut libc::c_uchar, c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:06.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.025 INFO kablam! | Oct 16 12:40:06.025 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.025 INFO kablam! note: type defined here Oct 16 12:40:06.025 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:06.025 INFO kablam! | Oct 16 12:40:06.025 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:06.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.025 INFO kablam! Oct 16 12:40:06.025 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.025 INFO kablam! --> src/bindings_sha.rs:384:24 Oct 16 12:40:06.026 INFO kablam! | Oct 16 12:40:06.026 INFO kablam! 384 | pub fn SHA512_Init(c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:06.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.026 INFO kablam! | Oct 16 12:40:06.026 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.026 INFO kablam! note: type defined here Oct 16 12:40:06.026 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:06.026 INFO kablam! | Oct 16 12:40:06.026 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:06.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.026 INFO kablam! Oct 16 12:40:06.026 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.026 INFO kablam! --> src/bindings_sha.rs:396:26 Oct 16 12:40:06.026 INFO kablam! | Oct 16 12:40:06.026 INFO kablam! 396 | pub fn SHA512_Update(c: *mut SHA512state_st, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; Oct 16 12:40:06.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.026 INFO kablam! | Oct 16 12:40:06.026 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.026 INFO kablam! note: type defined here Oct 16 12:40:06.026 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:06.026 INFO kablam! | Oct 16 12:40:06.026 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:06.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.026 INFO kablam! Oct 16 12:40:06.027 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.027 INFO kablam! --> src/bindings_sha.rs:407:49 Oct 16 12:40:06.027 INFO kablam! | Oct 16 12:40:06.027 INFO kablam! 407 | pub fn SHA512_Final(md: *mut libc::c_uchar, c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:06.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.027 INFO kablam! | Oct 16 12:40:06.027 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.027 INFO kablam! note: type defined here Oct 16 12:40:06.027 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:06.027 INFO kablam! | Oct 16 12:40:06.027 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:06.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.027 INFO kablam! Oct 16 12:40:06.027 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:06.027 INFO kablam! --> src/bindings_sha.rs:430:29 Oct 16 12:40:06.027 INFO kablam! | Oct 16 12:40:06.027 INFO kablam! 430 | pub fn SHA512_Transform(c: *mut SHA512state_st, data: *const libc::c_uchar); Oct 16 12:40:06.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.027 INFO kablam! | Oct 16 12:40:06.027 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:06.027 INFO kablam! note: type defined here Oct 16 12:40:06.028 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:06.028 INFO kablam! | Oct 16 12:40:06.028 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:06.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:06.028 INFO kablam! Oct 16 12:40:06.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Oct 16 12:40:06.250 INFO kablam! su: No module specific data is present Oct 16 12:40:07.036 INFO running `"docker" "rm" "-f" "f68234e523bd2b261ef83dcce194a3029f19062bdcdf4438f52122f3b277d3e9"` Oct 16 12:40:07.255 INFO blam! f68234e523bd2b261ef83dcce194a3029f19062bdcdf4438f52122f3b277d3e9 Oct 16 12:40:07.263 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 12:40:07.659 INFO blam! 04c8c2312ba1dd521dac9b749580bf5e0e96042163d783aa0fcfcf30c9d33f91 Oct 16 12:40:07.661 INFO running `"docker" "start" "-a" "04c8c2312ba1dd521dac9b749580bf5e0e96042163d783aa0fcfcf30c9d33f91"` Oct 16 12:40:08.755 INFO kablam! usermod: no changes Oct 16 12:40:08.814 INFO kablam! Compiling ecdh v0.0.12 (/source) Oct 16 12:40:10.167 INFO kablam! warning: `extern` block uses type `bindings_ecdh::st_CRYPTO_EX_DATA_IMPL` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.167 INFO kablam! --> src/bindings_ecdh.rs:1858:48 Oct 16 12:40:10.167 INFO kablam! | Oct 16 12:40:10.167 INFO kablam! 1858 | pub fn CRYPTO_get_ex_data_implementation() -> *const st_CRYPTO_EX_DATA_IMPL; Oct 16 12:40:10.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.167 INFO kablam! | Oct 16 12:40:10.167 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 16 12:40:10.167 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.167 INFO kablam! note: type defined here Oct 16 12:40:10.167 INFO kablam! --> src/bindings_ecdh.rs:559:1 Oct 16 12:40:10.167 INFO kablam! | Oct 16 12:40:10.167 INFO kablam! 559 | pub struct st_CRYPTO_EX_DATA_IMPL; Oct 16 12:40:10.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.167 INFO kablam! Oct 16 12:40:10.167 INFO kablam! warning: `extern` block uses type `bindings_ecdh::st_CRYPTO_EX_DATA_IMPL` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.167 INFO kablam! --> src/bindings_ecdh.rs:1868:46 Oct 16 12:40:10.167 INFO kablam! | Oct 16 12:40:10.167 INFO kablam! 1868 | pub fn CRYPTO_set_ex_data_implementation(i: *const st_CRYPTO_EX_DATA_IMPL) -> libc::c_int; Oct 16 12:40:10.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.167 INFO kablam! | Oct 16 12:40:10.167 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.167 INFO kablam! note: type defined here Oct 16 12:40:10.167 INFO kablam! --> src/bindings_ecdh.rs:559:1 Oct 16 12:40:10.167 INFO kablam! | Oct 16 12:40:10.167 INFO kablam! 559 | pub struct st_CRYPTO_EX_DATA_IMPL; Oct 16 12:40:10.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.167 INFO kablam! Oct 16 12:40:10.178 INFO kablam! warning: `extern` block uses type `bindings_ecdh::hostent` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:3526:57 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 3526 | pub fn BIO_gethostbyname(name: *const libc::c_char) -> *mut hostent; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.179 INFO kablam! note: type defined here Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:635:1 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 635 | pub struct hostent; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! Oct 16 12:40:10.179 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:3804:25 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 3804 | pub fn BN_CTX_new() -> *mut bignum_ctx; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.179 INFO kablam! note: type defined here Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! Oct 16 12:40:10.179 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:3814:24 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 3814 | pub fn BN_CTX_init(c: *mut bignum_ctx); Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.179 INFO kablam! note: type defined here Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! Oct 16 12:40:10.179 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:3824:24 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 3824 | pub fn BN_CTX_free(c: *mut bignum_ctx); Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.179 INFO kablam! note: type defined here Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! Oct 16 12:40:10.179 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:3834:27 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 3834 | pub fn BN_CTX_start(ctx: *mut bignum_ctx); Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.179 INFO kablam! note: type defined here Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! Oct 16 12:40:10.179 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:3844:25 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 3844 | pub fn BN_CTX_get(ctx: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.179 INFO kablam! note: type defined here Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! Oct 16 12:40:10.179 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.179 INFO kablam! --> src/bindings_ecdh.rs:3854:25 Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! 3854 | pub fn BN_CTX_end(ctx: *mut bignum_ctx); Oct 16 12:40:10.179 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.179 INFO kablam! | Oct 16 12:40:10.179 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.179 INFO kablam! note: type defined here Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! Oct 16 12:40:10.180 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:4080:82 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 4080 | pub fn BN_mul(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.180 INFO kablam! note: type defined here Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! Oct 16 12:40:10.180 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:4092:61 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 4092 | pub fn BN_sqr(r: *mut bignum_st, a: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.180 INFO kablam! note: type defined here Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! Oct 16 12:40:10.180 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:4117:104 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 4117 | pub fn BN_div(dv: *mut bignum_st, rem: *mut bignum_st, m: *const bignum_st, d: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.180 INFO kablam! note: type defined here Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! Oct 16 12:40:10.180 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:4130:84 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 4130 | pub fn BN_nnmod(r: *mut bignum_st, m: *const bignum_st, d: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.180 INFO kablam! note: type defined here Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! Oct 16 12:40:10.180 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:4144:107 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 4144 | pub fn BN_mod_add(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.180 INFO kablam! note: type defined here Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! Oct 16 12:40:10.180 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:4171:107 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 4171 | pub fn BN_mod_sub(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.180 INFO kablam! note: type defined here Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.180 INFO kablam! | Oct 16 12:40:10.180 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.180 INFO kablam! Oct 16 12:40:10.180 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.180 INFO kablam! --> src/bindings_ecdh.rs:4198:107 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 4198 | pub fn BN_mod_mul(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.181 INFO kablam! note: type defined here Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! Oct 16 12:40:10.181 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:4211:86 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 4211 | pub fn BN_mod_sqr(r: *mut bignum_st, a: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.181 INFO kablam! note: type defined here Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! Oct 16 12:40:10.181 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:4224:90 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 4224 | pub fn BN_mod_lshift1(r: *mut bignum_st, a: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.181 INFO kablam! note: type defined here Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! Oct 16 12:40:10.181 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:4250:105 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 4250 | pub fn BN_mod_lshift(r: *mut bignum_st, a: *const bignum_st, n: libc::c_int, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.181 INFO kablam! note: type defined here Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! Oct 16 12:40:10.181 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:4407:82 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 4407 | pub fn BN_exp(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.181 INFO kablam! note: type defined here Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! Oct 16 12:40:10.181 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:4421:107 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 4421 | pub fn BN_mod_exp(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.181 INFO kablam! note: type defined here Oct 16 12:40:10.181 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.181 INFO kablam! | Oct 16 12:40:10.181 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.181 INFO kablam! Oct 16 12:40:10.183 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:4436:112 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 4436 | pub fn BN_mod_exp_mont(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, m_ctx: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.183 INFO kablam! note: type defined here Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! Oct 16 12:40:10.183 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:4451:123 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 4451 | pub fn BN_mod_exp_mont_consttime(rr: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, in_mont: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.183 INFO kablam! note: type defined here Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! Oct 16 12:40:10.183 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:4466:114 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 4466 | pub fn BN_mod_exp_mont_word(r: *mut bignum_st, a: libc::c_ulong, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, m_ctx: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.183 INFO kablam! note: type defined here Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! Oct 16 12:40:10.183 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:4483:159 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 4483 | pub fn BN_mod_exp2_mont(r: *mut bignum_st, a1: *const bignum_st, p1: *const bignum_st, a2: *const bignum_st, p2: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx, m_ctx: *mut bn_mont_ctx_st) -> libc::c_int; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.183 INFO kablam! note: type defined here Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! Oct 16 12:40:10.183 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:4497:114 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 4497 | pub fn BN_mod_exp_simple(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.183 INFO kablam! note: type defined here Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! Oct 16 12:40:10.183 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:4543:86 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 4543 | pub fn BN_reciprocal(r: *mut bignum_st, m: *const bignum_st, len: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.183 INFO kablam! note: type defined here Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.183 INFO kablam! | Oct 16 12:40:10.183 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.183 INFO kablam! Oct 16 12:40:10.183 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.183 INFO kablam! --> src/bindings_ecdh.rs:4685:82 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 4685 | pub fn BN_gcd(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.184 INFO kablam! note: type defined here Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! Oct 16 12:40:10.184 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:4697:69 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 4697 | pub fn BN_kronecker(a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.184 INFO kablam! note: type defined here Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! Oct 16 12:40:10.184 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:4710:92 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 4710 | pub fn BN_mod_inverse(ret: *mut bignum_st, a: *const bignum_st, n: *const bignum_st, ctx: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.184 INFO kablam! note: type defined here Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! Oct 16 12:40:10.184 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:4723:89 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 4723 | pub fn BN_mod_sqrt(ret: *mut bignum_st, a: *const bignum_st, n: *const bignum_st, ctx: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.184 INFO kablam! note: type defined here Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! Oct 16 12:40:10.184 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:4766:143 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 4766 | pub fn BN_is_prime(p: *const bignum_st, nchecks: libc::c_int, callback: Option, ctx: *mut bignum_ctx, cb_arg: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.184 INFO kablam! note: type defined here Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! Oct 16 12:40:10.184 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:4781:152 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 4781 | pub fn BN_is_prime_fasttest(p: *const bignum_st, nchecks: libc::c_int, callback: Option, ctx: *mut bignum_ctx, cb_arg: *mut libc::c_void, do_trial_division: libc::c_int) -> libc::c_int; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.184 INFO kablam! note: type defined here Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! Oct 16 12:40:10.184 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:4809:72 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! 4809 | pub fn BN_is_prime_ex(p: *const bignum_st, nchecks: libc::c_int, ctx: *mut bignum_ctx, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:10.184 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.184 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.184 INFO kablam! note: type defined here Oct 16 12:40:10.184 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.184 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! Oct 16 12:40:10.185 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:4823:81 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 4823 | pub fn BN_is_prime_fasttest_ex(p: *const bignum_st, nchecks: libc::c_int, ctx: *mut bignum_ctx, do_trial_division: libc::c_int, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.185 INFO kablam! note: type defined here Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! Oct 16 12:40:10.185 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:4836:95 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 4836 | pub fn BN_X931_generate_Xpq(Xp: *mut bignum_st, Xq: *mut bignum_st, nbits: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.185 INFO kablam! note: type defined here Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! Oct 16 12:40:10.185 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:4854:186 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 4854 | pub fn BN_X931_derive_prime_ex(p: *mut bignum_st, p1: *mut bignum_st, p2: *mut bignum_st, Xp: *const bignum_st, Xp1: *const bignum_st, Xp2: *const bignum_st, e: *const bignum_st, ctx: *mut bignum_ctx, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.185 INFO kablam! note: type defined here Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! Oct 16 12:40:10.185 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:4872:184 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 4872 | pub fn BN_X931_generate_prime_ex(p: *mut bignum_st, p1: *mut bignum_st, p2: *mut bignum_st, Xp1: *mut bignum_st, Xp2: *mut bignum_st, Xp: *const bignum_st, e: *const bignum_st, ctx: *mut bignum_ctx, cb: *mut bn_gencb_st) -> libc::c_int; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.185 INFO kablam! note: type defined here Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! Oct 16 12:40:10.185 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:4905:124 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 4905 | pub fn BN_mod_mul_montgomery(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, mont: *mut bn_mont_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.185 INFO kablam! note: type defined here Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! Oct 16 12:40:10.185 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:4918:100 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 4918 | pub fn BN_from_montgomery(r: *mut bignum_st, a: *const bignum_st, mont: *mut bn_mont_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.185 INFO kablam! note: type defined here Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! Oct 16 12:40:10.185 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.185 INFO kablam! --> src/bindings_ecdh.rs:4940:81 Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.185 INFO kablam! 4940 | pub fn BN_MONT_CTX_set(mont: *mut bn_mont_ctx_st, mod_: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.185 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.185 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.186 INFO kablam! note: type defined here Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! Oct 16 12:40:10.186 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:4964:113 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 4964 | pub fn BN_MONT_CTX_set_locked(pmont: *mut *mut bn_mont_ctx_st, lock: libc::c_int, mod_: *const bignum_st, ctx: *mut bignum_ctx) -> *mut bn_mont_ctx_st; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.186 INFO kablam! note: type defined here Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! Oct 16 12:40:10.186 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:4976:93 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 4976 | pub fn BN_BLINDING_new(A: *const bignum_st, Ai: *const bignum_st, mod_: *mut bignum_st) -> *mut bn_blinding_st; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.186 INFO kablam! note: type defined here Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! Oct 16 12:40:10.186 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:4986:29 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 4986 | pub fn BN_BLINDING_free(b: *mut bn_blinding_st); Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.186 INFO kablam! note: type defined here Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! Oct 16 12:40:10.186 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:4997:31 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 4997 | pub fn BN_BLINDING_update(b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.186 INFO kablam! note: type defined here Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! Oct 16 12:40:10.186 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:4997:57 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 4997 | pub fn BN_BLINDING_update(b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.186 INFO kablam! note: type defined here Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! Oct 16 12:40:10.186 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:5009:51 Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! 5009 | pub fn BN_BLINDING_convert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.186 INFO kablam! | Oct 16 12:40:10.186 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.186 INFO kablam! note: type defined here Oct 16 12:40:10.186 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! Oct 16 12:40:10.187 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:5009:77 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 5009 | pub fn BN_BLINDING_convert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.187 INFO kablam! note: type defined here Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! Oct 16 12:40:10.187 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:5021:50 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 5021 | pub fn BN_BLINDING_invert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.187 INFO kablam! note: type defined here Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! Oct 16 12:40:10.187 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:5021:76 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 5021 | pub fn BN_BLINDING_invert(n: *mut bignum_st, b: *mut bn_blinding_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.187 INFO kablam! note: type defined here Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! Oct 16 12:40:10.187 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:5034:73 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 5034 | pub fn BN_BLINDING_convert_ex(n: *mut bignum_st, r: *mut bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.187 INFO kablam! note: type defined here Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! Oct 16 12:40:10.187 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:5034:97 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 5034 | pub fn BN_BLINDING_convert_ex(n: *mut bignum_st, r: *mut bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.187 INFO kablam! note: type defined here Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! Oct 16 12:40:10.187 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:5047:74 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 5047 | pub fn BN_BLINDING_invert_ex(n: *mut bignum_st, r: *const bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.187 INFO kablam! note: type defined here Oct 16 12:40:10.187 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.187 INFO kablam! | Oct 16 12:40:10.187 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.187 INFO kablam! Oct 16 12:40:10.188 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.188 INFO kablam! --> src/bindings_ecdh.rs:5047:98 Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! 5047 | pub fn BN_BLINDING_invert_ex(n: *mut bignum_st, r: *const bignum_st, b: *mut bn_blinding_st, _: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.188 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.188 INFO kablam! note: type defined here Oct 16 12:40:10.188 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.188 INFO kablam! Oct 16 12:40:10.188 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.188 INFO kablam! --> src/bindings_ecdh.rs:5057:38 Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! 5057 | pub fn BN_BLINDING_get_thread_id(_: *const bn_blinding_st) -> libc::c_ulong; Oct 16 12:40:10.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.188 INFO kablam! note: type defined here Oct 16 12:40:10.188 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.188 INFO kablam! Oct 16 12:40:10.188 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.188 INFO kablam! --> src/bindings_ecdh.rs:5068:38 Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! 5068 | pub fn BN_BLINDING_set_thread_id(_: *mut bn_blinding_st, _: libc::c_ulong); Oct 16 12:40:10.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.188 INFO kablam! note: type defined here Oct 16 12:40:10.188 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.188 INFO kablam! Oct 16 12:40:10.188 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.188 INFO kablam! --> src/bindings_ecdh.rs:5078:34 Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! 5078 | pub fn BN_BLINDING_thread_id(_: *mut bn_blinding_st) -> *mut crypto_threadid_st; Oct 16 12:40:10.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.188 INFO kablam! | Oct 16 12:40:10.188 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.189 INFO kablam! note: type defined here Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! Oct 16 12:40:10.189 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:5088:34 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 5088 | pub fn BN_BLINDING_get_flags(_: *const bn_blinding_st) -> libc::c_ulong; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.189 INFO kablam! note: type defined here Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! Oct 16 12:40:10.189 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:5099:34 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 5099 | pub fn BN_BLINDING_set_flags(_: *mut bn_blinding_st, _: libc::c_ulong); Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.189 INFO kablam! note: type defined here Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! Oct 16 12:40:10.189 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:5114:37 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.189 INFO kablam! note: type defined here Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! Oct 16 12:40:10.189 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:5114:103 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.189 INFO kablam! note: type defined here Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! Oct 16 12:40:10.189 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:5114:132 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.189 INFO kablam! note: type defined here Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! Oct 16 12:40:10.189 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bn_blinding_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.189 INFO kablam! --> src/bindings_ecdh.rs:5114:305 Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! 5114 | pub fn BN_BLINDING_create_param(b: *mut bn_blinding_st, e: *const bignum_st, m: *mut bignum_st, ctx: *mut bignum_ctx, bn_mod_exp: Option libc::c_int>, m_ctx: *mut bn_mont_ctx_st) -> *mut bn_blinding_st; Oct 16 12:40:10.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.189 INFO kablam! | Oct 16 12:40:10.189 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.189 INFO kablam! note: type defined here Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:95:1 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 95 | pub struct bn_blinding_st; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! Oct 16 12:40:10.190 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:5178:81 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 5178 | pub fn BN_RECP_CTX_set(recp: *mut bn_recp_ctx_st, rdiv: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.190 INFO kablam! note: type defined here Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! Oct 16 12:40:10.190 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:5192:124 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 5192 | pub fn BN_mod_mul_reciprocal(r: *mut bignum_st, x: *const bignum_st, y: *const bignum_st, recp: *mut bn_recp_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.190 INFO kablam! note: type defined here Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! Oct 16 12:40:10.190 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:5206:112 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 5206 | pub fn BN_mod_exp_recp(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.190 INFO kablam! note: type defined here Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! Oct 16 12:40:10.190 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:5220:115 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 5220 | pub fn BN_div_recp(dv: *mut bignum_st, rem: *mut bignum_st, m: *const bignum_st, recp: *mut bn_recp_ctx_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.190 INFO kablam! note: type defined here Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! Oct 16 12:40:10.190 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:5258:112 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 5258 | pub fn BN_GF2m_mod_mul(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.190 INFO kablam! note: type defined here Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! Oct 16 12:40:10.190 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:5271:91 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 5271 | pub fn BN_GF2m_mod_sqr(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.190 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.190 INFO kablam! note: type defined here Oct 16 12:40:10.190 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.190 INFO kablam! | Oct 16 12:40:10.190 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! Oct 16 12:40:10.191 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:5284:91 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 5284 | pub fn BN_GF2m_mod_inv(r: *mut bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.191 INFO kablam! note: type defined here Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! Oct 16 12:40:10.191 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:5298:112 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 5298 | pub fn BN_GF2m_mod_div(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.191 INFO kablam! note: type defined here Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! Oct 16 12:40:10.191 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:5312:112 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 5312 | pub fn BN_GF2m_mod_exp(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.191 INFO kablam! note: type defined here Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! Oct 16 12:40:10.191 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:5325:92 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 5325 | pub fn BN_GF2m_mod_sqrt(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.191 INFO kablam! note: type defined here Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! Oct 16 12:40:10.191 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:5338:98 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 5338 | pub fn BN_GF2m_mod_solve_quad(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.191 INFO kablam! note: type defined here Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! Oct 16 12:40:10.191 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:5364:138 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 5364 | pub fn BN_GF2m_mod_mul_arr(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.191 INFO kablam! note: type defined here Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.191 INFO kablam! Oct 16 12:40:10.191 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.191 INFO kablam! --> src/bindings_ecdh.rs:5377:117 Oct 16 12:40:10.191 INFO kablam! | Oct 16 12:40:10.191 INFO kablam! 5377 | pub fn BN_GF2m_mod_sqr_arr(r: *mut bignum_st, a: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.192 INFO kablam! note: type defined here Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! Oct 16 12:40:10.192 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:5390:117 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 5390 | pub fn BN_GF2m_mod_inv_arr(r: *mut bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.192 INFO kablam! note: type defined here Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! Oct 16 12:40:10.192 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:5404:138 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 5404 | pub fn BN_GF2m_mod_div_arr(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.192 INFO kablam! note: type defined here Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! Oct 16 12:40:10.192 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:5418:138 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 5418 | pub fn BN_GF2m_mod_exp_arr(r: *mut bignum_st, a: *const bignum_st, b: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.192 INFO kablam! note: type defined here Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! Oct 16 12:40:10.192 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:5431:118 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 5431 | pub fn BN_GF2m_mod_sqrt_arr(r: *mut bignum_st, a: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.192 INFO kablam! note: type defined here Oct 16 12:40:10.192 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.192 INFO kablam! | Oct 16 12:40:10.192 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.192 INFO kablam! Oct 16 12:40:10.193 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:5444:124 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 5444 | pub fn BN_GF2m_mod_solve_quad_arr(r: *mut bignum_st, a: *const bignum_st, p: *mut libc::c_int /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.193 INFO kablam! note: type defined here Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! Oct 16 12:40:10.193 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:5480:91 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 5480 | pub fn BN_nist_mod_192(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.193 INFO kablam! note: type defined here Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! Oct 16 12:40:10.193 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:5493:91 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 5493 | pub fn BN_nist_mod_224(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.193 INFO kablam! note: type defined here Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! Oct 16 12:40:10.193 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:5506:91 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 5506 | pub fn BN_nist_mod_256(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.193 INFO kablam! note: type defined here Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! Oct 16 12:40:10.193 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:5519:91 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 5519 | pub fn BN_nist_mod_384(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.193 INFO kablam! note: type defined here Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! Oct 16 12:40:10.193 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.193 INFO kablam! --> src/bindings_ecdh.rs:5532:91 Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.193 INFO kablam! 5532 | pub fn BN_nist_mod_521(r: *mut bignum_st, a: *const bignum_st, p: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.193 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.193 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.194 INFO kablam! note: type defined here Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! Oct 16 12:40:10.194 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:5680:27 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 5680 | pub fn EVP_PKEY_new() -> *mut evp_pkey_st; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.194 INFO kablam! note: type defined here Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! Oct 16 12:40:10.194 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:5685:28 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 5685 | pub fn EVP_PKEY_free(ptr: *mut evp_pkey_st); Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.194 INFO kablam! note: type defined here Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! Oct 16 12:40:10.194 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:5690:27 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 5690 | fn EVP_PKEY_assign(pkey: *mut evp_pkey_st, type_: libc::c_int, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.194 INFO kablam! note: type defined here Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! Oct 16 12:40:10.194 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:5690:70 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 5690 | fn EVP_PKEY_assign(pkey: *mut evp_pkey_st, type_: libc::c_int, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.194 INFO kablam! note: type defined here Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! Oct 16 12:40:10.194 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:5691:36 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 5691 | pub fn EVP_PKEY_set1_EC_KEY(pkey: *mut evp_pkey_st, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.194 INFO kablam! note: type defined here Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! Oct 16 12:40:10.194 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:5691:59 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! 5691 | pub fn EVP_PKEY_set1_EC_KEY(pkey: *mut evp_pkey_st, key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:10.194 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.194 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.194 INFO kablam! note: type defined here Oct 16 12:40:10.194 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.194 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! Oct 16 12:40:10.195 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:7725:27 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 7725 | pub fn ASN1_item_dup(it: *const ASN1_ITEM_st, x: *mut libc::c_void) -> *mut libc::c_void; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.195 INFO kablam! note: type defined here Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! Oct 16 12:40:10.195 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:7750:30 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 7750 | pub fn ASN1_item_d2i_fp(it: *const ASN1_ITEM_st, in_: libc::c_int, x: *mut libc::c_void) -> *mut libc::c_void; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.195 INFO kablam! note: type defined here Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! Oct 16 12:40:10.195 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:7774:30 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 7774 | pub fn ASN1_item_i2d_fp(it: *const ASN1_ITEM_st, out: libc::c_int, x: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.195 INFO kablam! note: type defined here Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! Oct 16 12:40:10.195 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:7822:31 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! 7822 | pub fn ASN1_item_d2i_bio(it: *const ASN1_ITEM_st, in_: *mut bio_st, x: *mut libc::c_void) -> *mut libc::c_void; Oct 16 12:40:10.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.195 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.195 INFO kablam! note: type defined here Oct 16 12:40:10.195 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.195 INFO kablam! | Oct 16 12:40:10.196 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.196 INFO kablam! Oct 16 12:40:10.204 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.204 INFO kablam! --> src/bindings_ecdh.rs:7846:31 Oct 16 12:40:10.204 INFO kablam! | Oct 16 12:40:10.204 INFO kablam! 7846 | pub fn ASN1_item_i2d_bio(it: *const ASN1_ITEM_st, out: *mut bio_st, x: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:10.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.204 INFO kablam! | Oct 16 12:40:10.204 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.204 INFO kablam! note: type defined here Oct 16 12:40:10.204 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.204 INFO kablam! | Oct 16 12:40:10.204 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.204 INFO kablam! Oct 16 12:40:10.204 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:7962:32 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 7962 | pub fn NETSCAPE_X509_new() -> *mut NETSCAPE_X509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.205 INFO kablam! note: type defined here Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! Oct 16 12:40:10.205 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:7972:31 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 7972 | pub fn NETSCAPE_X509_free(a: *mut NETSCAPE_X509_st); Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.205 INFO kablam! note: type defined here Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! Oct 16 12:40:10.205 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:7984:30 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 7984 | pub fn d2i_NETSCAPE_X509(a: *mut *mut NETSCAPE_X509_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut NETSCAPE_X509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.205 INFO kablam! note: type defined here Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! Oct 16 12:40:10.205 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:7984:112 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 7984 | pub fn d2i_NETSCAPE_X509(a: *mut *mut NETSCAPE_X509_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut NETSCAPE_X509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.205 INFO kablam! note: type defined here Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! Oct 16 12:40:10.205 INFO kablam! warning: `extern` block uses type `bindings_ecdh::x509_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:7995:30 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 7995 | pub fn i2d_NETSCAPE_X509(a: *mut NETSCAPE_X509_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.205 INFO kablam! note: type defined here Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:260:1 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 260 | pub struct x509_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! Oct 16 12:40:10.205 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:8103:56 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 8103 | pub fn ASN1_item_unpack(oct: *mut asn1_string_st, it: *const ASN1_ITEM_st) -> *mut libc::c_void; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.205 INFO kablam! note: type defined here Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.205 INFO kablam! Oct 16 12:40:10.205 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.205 INFO kablam! --> src/bindings_ecdh.rs:8127:52 Oct 16 12:40:10.205 INFO kablam! | Oct 16 12:40:10.205 INFO kablam! 8127 | pub fn ASN1_item_pack(obj: *mut libc::c_void, it: *const ASN1_ITEM_st, oct: *mut *mut asn1_string_st) -> *mut asn1_string_st; Oct 16 12:40:10.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.206 INFO kablam! note: type defined here Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! Oct 16 12:40:10.206 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:8243:27 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 8243 | pub fn ASN1_item_new(it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.206 INFO kablam! note: type defined here Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! Oct 16 12:40:10.206 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:8243:51 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 8243 | pub fn ASN1_item_new(it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.206 INFO kablam! note: type defined here Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! Oct 16 12:40:10.206 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:8254:29 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 8254 | pub fn ASN1_item_free(val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st); Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.206 INFO kablam! note: type defined here Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! Oct 16 12:40:10.206 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:8254:53 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 8254 | pub fn ASN1_item_free(val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st); Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.206 INFO kablam! note: type defined here Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! Oct 16 12:40:10.206 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:8267:28 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 8267 | pub fn ASN1_item_d2i(val: *mut *mut ASN1_VALUE_st, in_: *mut *const libc::c_uchar, len: libc::c_long, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.206 INFO kablam! note: type defined here Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! Oct 16 12:40:10.206 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.206 INFO kablam! --> src/bindings_ecdh.rs:8267:108 Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! 8267 | pub fn ASN1_item_d2i(val: *mut *mut ASN1_VALUE_st, in_: *mut *const libc::c_uchar, len: libc::c_long, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:10.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.206 INFO kablam! | Oct 16 12:40:10.206 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.207 INFO kablam! note: type defined here Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! Oct 16 12:40:10.207 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:8267:132 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 8267 | pub fn ASN1_item_d2i(val: *mut *mut ASN1_VALUE_st, in_: *mut *const libc::c_uchar, len: libc::c_long, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.207 INFO kablam! note: type defined here Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! Oct 16 12:40:10.207 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:8279:28 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 8279 | pub fn ASN1_item_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.207 INFO kablam! note: type defined here Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! Oct 16 12:40:10.207 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:8279:82 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 8279 | pub fn ASN1_item_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.207 INFO kablam! note: type defined here Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! Oct 16 12:40:10.207 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:8291:33 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 8291 | pub fn ASN1_item_ndef_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.207 INFO kablam! note: type defined here Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! Oct 16 12:40:10.207 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:8291:87 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 8291 | pub fn ASN1_item_ndef_i2d(val: *mut ASN1_VALUE_st, out: *mut *mut libc::c_uchar, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.207 INFO kablam! note: type defined here Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! Oct 16 12:40:10.207 INFO kablam! warning: `extern` block uses type `bindings_ecdh::conf_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:8311:60 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! 8311 | pub fn ASN1_generate_nconf(str: *mut libc::c_char, nconf: *mut conf_st) -> *mut asn1_type_st; Oct 16 12:40:10.207 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.207 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.207 INFO kablam! note: type defined here Oct 16 12:40:10.207 INFO kablam! --> src/bindings_ecdh.rs:326:1 Oct 16 12:40:10.207 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 326 | pub struct conf_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! Oct 16 12:40:10.208 INFO kablam! warning: `extern` block uses type `bindings_ecdh::v3_ext_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:8322:55 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 8322 | pub fn ASN1_generate_v3(str: *mut libc::c_char, cnf: *mut v3_ext_ctx) -> *mut asn1_type_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.208 INFO kablam! note: type defined here Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:320:1 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 320 | pub struct v3_ext_ctx; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! Oct 16 12:40:10.208 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:8336:49 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 8336 | pub fn ASN1_item_print(out: *mut bio_st, ifld: *mut ASN1_VALUE_st, indent: libc::c_int, it: *const ASN1_ITEM_st, pctx: *const asn1_pctx_st) -> libc::c_int; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.208 INFO kablam! note: type defined here Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! Oct 16 12:40:10.208 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:8336:94 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 8336 | pub fn ASN1_item_print(out: *mut bio_st, ifld: *mut ASN1_VALUE_st, indent: libc::c_int, it: *const ASN1_ITEM_st, pctx: *const asn1_pctx_st) -> libc::c_int; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.208 INFO kablam! note: type defined here Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! Oct 16 12:40:10.208 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:8336:121 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 8336 | pub fn ASN1_item_print(out: *mut bio_st, ifld: *mut ASN1_VALUE_st, indent: libc::c_int, it: *const ASN1_ITEM_st, pctx: *const asn1_pctx_st) -> libc::c_int; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.208 INFO kablam! note: type defined here Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! Oct 16 12:40:10.208 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:8345:28 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 8345 | pub fn ASN1_PCTX_new() -> *mut asn1_pctx_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.208 INFO kablam! note: type defined here Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! Oct 16 12:40:10.208 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:8355:27 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 8355 | pub fn ASN1_PCTX_free(p: *mut asn1_pctx_st); Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.208 INFO kablam! note: type defined here Oct 16 12:40:10.208 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.208 INFO kablam! | Oct 16 12:40:10.208 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.208 INFO kablam! Oct 16 12:40:10.209 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:8365:32 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 8365 | pub fn ASN1_PCTX_get_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.209 INFO kablam! note: type defined here Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! Oct 16 12:40:10.209 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:8376:32 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 8376 | pub fn ASN1_PCTX_set_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.209 INFO kablam! note: type defined here Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! Oct 16 12:40:10.209 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:8386:35 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 8386 | pub fn ASN1_PCTX_get_nm_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.209 INFO kablam! note: type defined here Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! Oct 16 12:40:10.209 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:8397:35 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 8397 | pub fn ASN1_PCTX_set_nm_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.209 INFO kablam! note: type defined here Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! Oct 16 12:40:10.209 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:8407:37 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 8407 | pub fn ASN1_PCTX_get_cert_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.209 INFO kablam! note: type defined here Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! Oct 16 12:40:10.209 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:8418:37 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 8418 | pub fn ASN1_PCTX_set_cert_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.209 INFO kablam! note: type defined here Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.209 INFO kablam! Oct 16 12:40:10.209 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.209 INFO kablam! --> src/bindings_ecdh.rs:8428:36 Oct 16 12:40:10.209 INFO kablam! | Oct 16 12:40:10.209 INFO kablam! 8428 | pub fn ASN1_PCTX_get_oid_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.210 INFO kablam! note: type defined here Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! Oct 16 12:40:10.210 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:8439:36 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 8439 | pub fn ASN1_PCTX_set_oid_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.210 INFO kablam! note: type defined here Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! Oct 16 12:40:10.210 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:8449:36 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 8449 | pub fn ASN1_PCTX_get_str_flags(p: *mut asn1_pctx_st) -> libc::c_ulong; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.210 INFO kablam! note: type defined here Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! Oct 16 12:40:10.210 INFO kablam! warning: `extern` block uses type `bindings_ecdh::asn1_pctx_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:8460:36 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 8460 | pub fn ASN1_PCTX_set_str_flags(p: *mut asn1_pctx_st, flags: libc::c_ulong); Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.210 INFO kablam! note: type defined here Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:66:1 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 66 | pub struct asn1_pctx_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! Oct 16 12:40:10.210 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:8481:45 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 8481 | pub fn BIO_new_NDEF(out: *mut bio_st, val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st) -> *mut bio_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.210 INFO kablam! note: type defined here Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! Oct 16 12:40:10.210 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:8481:69 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 8481 | pub fn BIO_new_NDEF(out: *mut bio_st, val: *mut ASN1_VALUE_st, it: *const ASN1_ITEM_st) -> *mut bio_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.210 INFO kablam! note: type defined here Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! Oct 16 12:40:10.210 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.210 INFO kablam! --> src/bindings_ecdh.rs:8495:52 Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! 8495 | pub fn i2d_ASN1_bio_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.210 INFO kablam! | Oct 16 12:40:10.210 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.219 INFO kablam! note: type defined here Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! Oct 16 12:40:10.219 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:8495:114 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 8495 | pub fn i2d_ASN1_bio_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.219 INFO kablam! note: type defined here Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! Oct 16 12:40:10.219 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:8510:58 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 8510 | pub fn PEM_write_bio_ASN1_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, hdr: *const libc::c_char, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.219 INFO kablam! note: type defined here Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! Oct 16 12:40:10.219 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:8510:146 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 8510 | pub fn PEM_write_bio_ASN1_stream(out: *mut bio_st, val: *mut ASN1_VALUE_st, in_: *mut bio_st, flags: libc::c_int, hdr: *const libc::c_char, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.219 INFO kablam! note: type defined here Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! Oct 16 12:40:10.219 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_pkey_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:8520:58 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 8520 | pub fn PEM_write_bio_PrivateKey(out: *mut bio_st, pkey: *mut evp_pkey_st, Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.219 INFO kablam! note: type defined here Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:182:1 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 182 | pub struct evp_pkey_st; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! Oct 16 12:40:10.219 INFO kablam! warning: `extern` block uses type `bindings_ecdh::evp_cipher_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:8521:11 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 8521 | cipher: *mut evp_cipher_st, kstr: *mut libc::c_int, klen: libc::c_int, Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.219 INFO kablam! note: type defined here Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:158:1 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 158 | pub struct evp_cipher_st; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! Oct 16 12:40:10.219 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:8538:49 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 8538 | pub fn SMIME_write_ASN1(bio: *mut bio_st, val: *mut ASN1_VALUE_st, data: *mut bio_st, flags: libc::c_int, ctype_nid: libc::c_int, econt_nid: libc::c_int, mdalgs: *mut stack_st_X509_ALGOR, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.219 INFO kablam! note: type defined here Oct 16 12:40:10.219 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.219 INFO kablam! | Oct 16 12:40:10.219 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! Oct 16 12:40:10.220 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:8538:194 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 8538 | pub fn SMIME_write_ASN1(bio: *mut bio_st, val: *mut ASN1_VALUE_st, data: *mut bio_st, flags: libc::c_int, ctype_nid: libc::c_int, econt_nid: libc::c_int, mdalgs: *mut stack_st_X509_ALGOR, it: *const ASN1_ITEM_st) -> libc::c_int; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.220 INFO kablam! note: type defined here Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! Oct 16 12:40:10.220 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_ITEM_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:8550:72 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 8550 | pub fn SMIME_read_ASN1(bio: *mut bio_st, bcont: *mut *mut bio_st, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.220 INFO kablam! note: type defined here Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:60:1 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 60 | pub struct ASN1_ITEM_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! Oct 16 12:40:10.220 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ASN1_VALUE_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:8550:96 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 8550 | pub fn SMIME_read_ASN1(bio: *mut bio_st, bcont: *mut *mut bio_st, it: *const ASN1_ITEM_st) -> *mut ASN1_VALUE_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.220 INFO kablam! note: type defined here Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:778:1 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 778 | pub struct ASN1_VALUE_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! Oct 16 12:40:10.220 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:8591:35 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 8591 | pub fn EC_GFp_simple_method() -> *const ec_method_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.220 INFO kablam! note: type defined here Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! Oct 16 12:40:10.220 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:8600:33 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 8600 | pub fn EC_GFp_mont_method() -> *const ec_method_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.220 INFO kablam! note: type defined here Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! Oct 16 12:40:10.220 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:8609:33 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 8609 | pub fn EC_GFp_nist_method() -> *const ec_method_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.220 INFO kablam! note: type defined here Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.220 INFO kablam! Oct 16 12:40:10.220 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.220 INFO kablam! --> src/bindings_ecdh.rs:8618:37 Oct 16 12:40:10.220 INFO kablam! | Oct 16 12:40:10.220 INFO kablam! 8618 | pub fn EC_GFp_nistp224_method() -> *const ec_method_st; Oct 16 12:40:10.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.221 INFO kablam! note: type defined here Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! Oct 16 12:40:10.221 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:8627:37 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 8627 | pub fn EC_GFp_nistp256_method() -> *const ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.221 INFO kablam! note: type defined here Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! Oct 16 12:40:10.221 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:8636:37 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 8636 | pub fn EC_GFp_nistp521_method() -> *const ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.221 INFO kablam! note: type defined here Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! Oct 16 12:40:10.221 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:8645:36 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 8645 | pub fn EC_GF2m_simple_method() -> *const ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.221 INFO kablam! note: type defined here Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! Oct 16 12:40:10.221 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:8655:28 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 8655 | pub fn EC_GROUP_new(meth: *const ec_method_st) -> *mut ec_group_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.221 INFO kablam! note: type defined here Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! Oct 16 12:40:10.221 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:8655:52 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 8655 | pub fn EC_GROUP_new(meth: *const ec_method_st) -> *mut ec_group_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.221 INFO kablam! note: type defined here Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! Oct 16 12:40:10.221 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.221 INFO kablam! --> src/bindings_ecdh.rs:8665:30 Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! 8665 | pub fn EC_GROUP_free(group: *mut ec_group_st); Oct 16 12:40:10.221 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.221 INFO kablam! | Oct 16 12:40:10.221 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.221 INFO kablam! note: type defined here Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! Oct 16 12:40:10.222 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:8675:36 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 8675 | pub fn EC_GROUP_clear_free(group: *mut ec_group_st); Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.222 INFO kablam! note: type defined here Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! Oct 16 12:40:10.222 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:8686:28 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 8686 | pub fn EC_GROUP_copy(dst: *mut ec_group_st, src: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.222 INFO kablam! note: type defined here Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! Oct 16 12:40:10.222 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:8686:51 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 8686 | pub fn EC_GROUP_copy(dst: *mut ec_group_st, src: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.222 INFO kablam! note: type defined here Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! Oct 16 12:40:10.222 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:8696:27 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 8696 | pub fn EC_GROUP_dup(src: *const ec_group_st) -> *mut ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.222 INFO kablam! note: type defined here Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! Oct 16 12:40:10.222 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:8696:50 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 8696 | pub fn EC_GROUP_dup(src: *const ec_group_st) -> *mut ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.222 INFO kablam! note: type defined here Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! Oct 16 12:40:10.222 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:8706:35 Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! 8706 | pub fn EC_GROUP_method_of(group: *const ec_group_st) -> *const ec_method_st; Oct 16 12:40:10.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.222 INFO kablam! | Oct 16 12:40:10.222 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.222 INFO kablam! note: type defined here Oct 16 12:40:10.222 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! Oct 16 12:40:10.223 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:8706:58 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 8706 | pub fn EC_GROUP_method_of(group: *const ec_group_st) -> *const ec_method_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.223 INFO kablam! note: type defined here Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! Oct 16 12:40:10.223 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:8716:40 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 8716 | pub fn EC_METHOD_get_field_type(meth: *const ec_method_st) -> libc::c_int; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.223 INFO kablam! note: type defined here Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! Oct 16 12:40:10.223 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:8729:39 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 8729 | pub fn EC_GROUP_set_generator(group: *mut ec_group_st, generator: *const ec_point_st, order: *const bignum_st, cofactor: *const bignum_st) -> libc::c_int; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.223 INFO kablam! note: type defined here Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! Oct 16 12:40:10.223 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:8729:68 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 8729 | pub fn EC_GROUP_set_generator(group: *mut ec_group_st, generator: *const ec_point_st, order: *const bignum_st, cofactor: *const bignum_st) -> libc::c_int; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.223 INFO kablam! note: type defined here Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! Oct 16 12:40:10.223 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:8739:40 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 8739 | pub fn EC_GROUP_get0_generator(group: *const ec_group_st) -> *const ec_point_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.223 INFO kablam! note: type defined here Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! Oct 16 12:40:10.223 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:8739:63 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! 8739 | pub fn EC_GROUP_get0_generator(group: *const ec_group_st) -> *const ec_point_st; Oct 16 12:40:10.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.223 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.223 INFO kablam! note: type defined here Oct 16 12:40:10.223 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.223 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! Oct 16 12:40:10.224 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:8751:35 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 8751 | pub fn EC_GROUP_get_order(group: *const ec_group_st, order: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.224 INFO kablam! note: type defined here Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! Oct 16 12:40:10.224 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:8751:83 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 8751 | pub fn EC_GROUP_get_order(group: *const ec_group_st, order: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.224 INFO kablam! note: type defined here Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! Oct 16 12:40:10.224 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:8763:38 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 8763 | pub fn EC_GROUP_get_cofactor(group: *const ec_group_st, cofactor: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.224 INFO kablam! note: type defined here Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! Oct 16 12:40:10.224 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:8763:89 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 8763 | pub fn EC_GROUP_get_cofactor(group: *const ec_group_st, cofactor: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.224 INFO kablam! note: type defined here Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! Oct 16 12:40:10.224 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:8774:40 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 8774 | pub fn EC_GROUP_set_curve_name(group: *mut ec_group_st, nid: libc::c_int); Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.224 INFO kablam! note: type defined here Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! Oct 16 12:40:10.224 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:8784:40 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 8784 | pub fn EC_GROUP_get_curve_name(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.224 INFO kablam! note: type defined here Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.224 INFO kablam! | Oct 16 12:40:10.224 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.224 INFO kablam! Oct 16 12:40:10.224 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.224 INFO kablam! --> src/bindings_ecdh.rs:8795:39 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 8795 | pub fn EC_GROUP_set_asn1_flag(group: *mut ec_group_st, flag: libc::c_int); Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.225 INFO kablam! note: type defined here Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! Oct 16 12:40:10.225 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:8805:39 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 8805 | pub fn EC_GROUP_get_asn1_flag(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.225 INFO kablam! note: type defined here Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! Oct 16 12:40:10.225 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:8816:51 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 8816 | pub fn EC_GROUP_set_point_conversion_form(group: *mut ec_group_st, form: libc::c_uint); Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.225 INFO kablam! note: type defined here Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! Oct 16 12:40:10.225 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:8826:47 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 8826 | pub fn EC_GROUP_get_point_conversion_form(_: *const ec_group_st) -> libc::c_uint; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.225 INFO kablam! note: type defined here Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! Oct 16 12:40:10.225 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:8836:31 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 8836 | pub fn EC_GROUP_get0_seed(x: *const ec_group_st) -> *mut libc::c_uchar; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.225 INFO kablam! note: type defined here Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! Oct 16 12:40:10.225 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:8846:34 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 8846 | pub fn EC_GROUP_get_seed_len(_: *const ec_group_st) -> libc::c_ulong; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.225 INFO kablam! note: type defined here Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! Oct 16 12:40:10.225 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.225 INFO kablam! --> src/bindings_ecdh.rs:8858:30 Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! 8858 | pub fn EC_GROUP_set_seed(_: *mut ec_group_st, _: *const libc::c_uchar, len: libc::c_ulong) -> libc::c_ulong; Oct 16 12:40:10.225 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.225 INFO kablam! | Oct 16 12:40:10.225 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.226 INFO kablam! note: type defined here Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! Oct 16 12:40:10.226 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:8872:39 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 8872 | pub fn EC_GROUP_set_curve_GFp(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.226 INFO kablam! note: type defined here Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! Oct 16 12:40:10.226 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:8872:125 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 8872 | pub fn EC_GROUP_set_curve_GFp(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.226 INFO kablam! note: type defined here Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! Oct 16 12:40:10.226 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:8886:39 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 8886 | pub fn EC_GROUP_get_curve_GFp(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.226 INFO kablam! note: type defined here Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! Oct 16 12:40:10.226 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:8886:121 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 8886 | pub fn EC_GROUP_get_curve_GFp(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.226 INFO kablam! note: type defined here Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! Oct 16 12:40:10.226 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:8900:40 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 8900 | pub fn EC_GROUP_set_curve_GF2m(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.226 INFO kablam! note: type defined here Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.226 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.226 INFO kablam! Oct 16 12:40:10.226 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.226 INFO kablam! --> src/bindings_ecdh.rs:8900:126 Oct 16 12:40:10.226 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 8900 | pub fn EC_GROUP_set_curve_GF2m(group: *mut ec_group_st, p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.229 INFO kablam! note: type defined here Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! Oct 16 12:40:10.229 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:8914:40 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 8914 | pub fn EC_GROUP_get_curve_GF2m(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.229 INFO kablam! note: type defined here Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! Oct 16 12:40:10.229 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:8914:122 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 8914 | pub fn EC_GROUP_get_curve_GF2m(group: *const ec_group_st, p: *mut bignum_st, a: *mut bignum_st, b: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.229 INFO kablam! note: type defined here Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! Oct 16 12:40:10.229 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:8924:36 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 8924 | pub fn EC_GROUP_get_degree(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.229 INFO kablam! note: type defined here Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! Oct 16 12:40:10.229 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:8935:31 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 8935 | pub fn EC_GROUP_check(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.229 INFO kablam! note: type defined here Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.229 INFO kablam! Oct 16 12:40:10.229 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.229 INFO kablam! --> src/bindings_ecdh.rs:8935:56 Oct 16 12:40:10.229 INFO kablam! | Oct 16 12:40:10.229 INFO kablam! 8935 | pub fn EC_GROUP_check(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.229 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.230 INFO kablam! note: type defined here Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! Oct 16 12:40:10.230 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:8946:44 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 8946 | pub fn EC_GROUP_check_discriminant(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.230 INFO kablam! note: type defined here Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! Oct 16 12:40:10.230 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:8946:69 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 8946 | pub fn EC_GROUP_check_discriminant(group: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.230 INFO kablam! note: type defined here Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! Oct 16 12:40:10.230 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:8958:25 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 8958 | pub fn EC_GROUP_cmp(a: *const ec_group_st, b: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.230 INFO kablam! note: type defined here Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! Oct 16 12:40:10.230 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:8958:48 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 8958 | pub fn EC_GROUP_cmp(a: *const ec_group_st, b: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.230 INFO kablam! note: type defined here Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! Oct 16 12:40:10.230 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:8958:73 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 8958 | pub fn EC_GROUP_cmp(a: *const ec_group_st, b: *const ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.230 INFO kablam! note: type defined here Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! Oct 16 12:40:10.230 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.230 INFO kablam! --> src/bindings_ecdh.rs:8971:100 Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! 8971 | pub fn EC_GROUP_new_curve_GFp(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:10.230 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.230 INFO kablam! | Oct 16 12:40:10.230 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.231 INFO kablam! note: type defined here Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! Oct 16 12:40:10.231 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:8971:120 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 8971 | pub fn EC_GROUP_new_curve_GFp(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.231 INFO kablam! note: type defined here Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! Oct 16 12:40:10.231 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:8984:101 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 8984 | pub fn EC_GROUP_new_curve_GF2m(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.231 INFO kablam! note: type defined here Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! Oct 16 12:40:10.231 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:8984:121 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 8984 | pub fn EC_GROUP_new_curve_GF2m(p: *const bignum_st, a: *const bignum_st, b: *const bignum_st, ctx: *mut bignum_ctx) -> *mut ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.231 INFO kablam! note: type defined here Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! Oct 16 12:40:10.231 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:8994:57 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 8994 | pub fn EC_GROUP_new_by_curve_name(nid: libc::c_int) -> *mut ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.231 INFO kablam! note: type defined here Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! Oct 16 12:40:10.231 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:9015:29 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 9015 | pub fn EC_POINT_new(group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.231 INFO kablam! note: type defined here Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! Oct 16 12:40:10.231 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:9015:52 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! 9015 | pub fn EC_POINT_new(group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:10.231 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.231 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.231 INFO kablam! note: type defined here Oct 16 12:40:10.231 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.231 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! Oct 16 12:40:10.232 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:9025:30 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 9025 | pub fn EC_POINT_free(point: *mut ec_point_st); Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.232 INFO kablam! note: type defined here Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! Oct 16 12:40:10.232 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:9035:36 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 9035 | pub fn EC_POINT_clear_free(point: *mut ec_point_st); Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.232 INFO kablam! note: type defined here Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! Oct 16 12:40:10.232 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:9046:28 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 9046 | pub fn EC_POINT_copy(dst: *mut ec_point_st, src: *const ec_point_st) -> libc::c_int; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.232 INFO kablam! note: type defined here Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! Oct 16 12:40:10.232 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:9046:51 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 9046 | pub fn EC_POINT_copy(dst: *mut ec_point_st, src: *const ec_point_st) -> libc::c_int; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.232 INFO kablam! note: type defined here Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! Oct 16 12:40:10.232 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:9057:27 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 9057 | pub fn EC_POINT_dup(src: *const ec_point_st, group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.232 INFO kablam! note: type defined here Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! Oct 16 12:40:10.232 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:9057:54 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 9057 | pub fn EC_POINT_dup(src: *const ec_point_st, group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.232 INFO kablam! note: type defined here Oct 16 12:40:10.232 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.232 INFO kablam! | Oct 16 12:40:10.232 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.232 INFO kablam! Oct 16 12:40:10.233 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:9057:77 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 9057 | pub fn EC_POINT_dup(src: *const ec_point_st, group: *const ec_group_st) -> *mut ec_point_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.233 INFO kablam! note: type defined here Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! Oct 16 12:40:10.233 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:9067:35 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 9067 | pub fn EC_POINT_method_of(point: *const ec_point_st) -> *const ec_method_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.233 INFO kablam! note: type defined here Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! Oct 16 12:40:10.233 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_method_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:9067:58 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 9067 | pub fn EC_POINT_method_of(point: *const ec_point_st) -> *const ec_method_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.233 INFO kablam! note: type defined here Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:857:1 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 857 | pub struct ec_method_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! Oct 16 12:40:10.233 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:9078:41 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 9078 | pub fn EC_POINT_set_to_infinity(group: *const ec_group_st, point: *mut ec_point_st) -> libc::c_int; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.233 INFO kablam! note: type defined here Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! Oct 16 12:40:10.233 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:9078:68 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 9078 | pub fn EC_POINT_set_to_infinity(group: *const ec_group_st, point: *mut ec_point_st) -> libc::c_int; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.233 INFO kablam! note: type defined here Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! Oct 16 12:40:10.233 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:9093:57 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 9093 | pub fn EC_POINT_set_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, z: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.233 INFO kablam! note: type defined here Oct 16 12:40:10.233 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.233 INFO kablam! | Oct 16 12:40:10.233 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.233 INFO kablam! Oct 16 12:40:10.233 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:9093:80 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 9093 | pub fn EC_POINT_set_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, z: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.234 INFO kablam! note: type defined here Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! Oct 16 12:40:10.234 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:9093:166 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 9093 | pub fn EC_POINT_set_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, z: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.234 INFO kablam! note: type defined here Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! Oct 16 12:40:10.234 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:9108:57 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 9108 | pub fn EC_POINT_get_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, z: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.234 INFO kablam! note: type defined here Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! Oct 16 12:40:10.234 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:9108:80 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 9108 | pub fn EC_POINT_get_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, z: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.234 INFO kablam! note: type defined here Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! Oct 16 12:40:10.234 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:9108:162 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 9108 | pub fn EC_POINT_get_Jprojective_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, z: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.234 INFO kablam! note: type defined here Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! Oct 16 12:40:10.234 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:9122:52 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 9122 | pub fn EC_POINT_set_affine_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.234 INFO kablam! note: type defined here Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! Oct 16 12:40:10.234 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.234 INFO kablam! --> src/bindings_ecdh.rs:9122:75 Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.234 INFO kablam! 9122 | pub fn EC_POINT_set_affine_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.234 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.234 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.235 INFO kablam! note: type defined here Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! Oct 16 12:40:10.235 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:9122:140 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 9122 | pub fn EC_POINT_set_affine_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.235 INFO kablam! note: type defined here Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! Oct 16 12:40:10.235 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:9136:52 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 9136 | pub fn EC_POINT_get_affine_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.235 INFO kablam! note: type defined here Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! Oct 16 12:40:10.235 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:9136:75 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 9136 | pub fn EC_POINT_get_affine_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.235 INFO kablam! note: type defined here Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! Oct 16 12:40:10.235 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:9136:138 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 9136 | pub fn EC_POINT_get_affine_coordinates_GFp(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.235 INFO kablam! note: type defined here Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! Oct 16 12:40:10.235 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:9150:56 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 9150 | pub fn EC_POINT_set_compressed_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.235 INFO kablam! note: type defined here Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! Oct 16 12:40:10.235 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.235 INFO kablam! --> src/bindings_ecdh.rs:9150:79 Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! 9150 | pub fn EC_POINT_set_compressed_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.235 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.235 INFO kablam! | Oct 16 12:40:10.235 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.235 INFO kablam! note: type defined here Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! Oct 16 12:40:10.236 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:9150:143 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 9150 | pub fn EC_POINT_set_compressed_coordinates_GFp(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.236 INFO kablam! note: type defined here Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! Oct 16 12:40:10.236 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:9164:53 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 9164 | pub fn EC_POINT_set_affine_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.236 INFO kablam! note: type defined here Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! Oct 16 12:40:10.236 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:9164:76 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 9164 | pub fn EC_POINT_set_affine_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.236 INFO kablam! note: type defined here Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! Oct 16 12:40:10.236 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:9164:141 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 9164 | pub fn EC_POINT_set_affine_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.236 INFO kablam! note: type defined here Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! Oct 16 12:40:10.236 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:9178:53 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 9178 | pub fn EC_POINT_get_affine_coordinates_GF2m(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.236 INFO kablam! note: type defined here Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! Oct 16 12:40:10.236 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:9178:76 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 9178 | pub fn EC_POINT_get_affine_coordinates_GF2m(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.236 INFO kablam! note: type defined here Oct 16 12:40:10.236 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.236 INFO kablam! | Oct 16 12:40:10.236 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! Oct 16 12:40:10.237 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:9178:139 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 9178 | pub fn EC_POINT_get_affine_coordinates_GF2m(group: *const ec_group_st, p: *const ec_point_st, x: *mut bignum_st, y: *mut bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.237 INFO kablam! note: type defined here Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! Oct 16 12:40:10.237 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:9192:57 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 9192 | pub fn EC_POINT_set_compressed_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.237 INFO kablam! note: type defined here Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! Oct 16 12:40:10.237 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:9192:80 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 9192 | pub fn EC_POINT_set_compressed_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.237 INFO kablam! note: type defined here Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! Oct 16 12:40:10.237 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:9192:144 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 9192 | pub fn EC_POINT_set_compressed_coordinates_GF2m(group: *const ec_group_st, p: *mut ec_point_st, x: *const bignum_st, y_bit: libc::c_int, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.237 INFO kablam! note: type defined here Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! Oct 16 12:40:10.237 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:9207:35 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 9207 | pub fn EC_POINT_point2oct(group: *const ec_group_st, p: *const ec_point_st, form: libc::c_uint, buf: *mut libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_ulong; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.237 INFO kablam! note: type defined here Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! Oct 16 12:40:10.237 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:9207:58 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 9207 | pub fn EC_POINT_point2oct(group: *const ec_group_st, p: *const ec_point_st, form: libc::c_uint, buf: *mut libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_ulong; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.237 INFO kablam! note: type defined here Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.237 INFO kablam! | Oct 16 12:40:10.237 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.237 INFO kablam! Oct 16 12:40:10.237 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.237 INFO kablam! --> src/bindings_ecdh.rs:9207:148 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 9207 | pub fn EC_POINT_point2oct(group: *const ec_group_st, p: *const ec_point_st, form: libc::c_uint, buf: *mut libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_ulong; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.238 INFO kablam! note: type defined here Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! Oct 16 12:40:10.238 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:9221:35 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 9221 | pub fn EC_POINT_oct2point(group: *const ec_group_st, p: *mut ec_point_st, buf: *const libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.238 INFO kablam! note: type defined here Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! Oct 16 12:40:10.238 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:9221:58 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 9221 | pub fn EC_POINT_oct2point(group: *const ec_group_st, p: *mut ec_point_st, buf: *const libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.238 INFO kablam! note: type defined here Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! Oct 16 12:40:10.238 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:9221:128 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 9221 | pub fn EC_POINT_oct2point(group: *const ec_group_st, p: *mut ec_point_st, buf: *const libc::c_uchar, len: libc::c_ulong, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.238 INFO kablam! note: type defined here Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! Oct 16 12:40:10.238 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:9235:30 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 9235 | pub fn EC_POINT_point2bn(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_st, _: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.238 INFO kablam! note: type defined here Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! Oct 16 12:40:10.238 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:9235:53 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 9235 | pub fn EC_POINT_point2bn(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_st, _: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:10.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.238 INFO kablam! note: type defined here Oct 16 12:40:10.238 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.238 INFO kablam! | Oct 16 12:40:10.238 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! Oct 16 12:40:10.241 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:9235:115 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 9235 | pub fn EC_POINT_point2bn(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_st, _: *mut bignum_ctx) -> *mut bignum_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.241 INFO kablam! note: type defined here Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! Oct 16 12:40:10.241 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:9248:30 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.241 INFO kablam! note: type defined here Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! Oct 16 12:40:10.241 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:9248:74 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.241 INFO kablam! note: type defined here Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! Oct 16 12:40:10.241 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:9248:95 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.241 INFO kablam! note: type defined here Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! Oct 16 12:40:10.241 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:9248:115 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 9248 | pub fn EC_POINT_bn2point(_: *const ec_group_st, _: *const bignum_st, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.241 INFO kablam! note: type defined here Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! Oct 16 12:40:10.241 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:9261:31 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 9261 | pub fn EC_POINT_point2hex(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_ctx) -> *mut libc::c_char; Oct 16 12:40:10.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.241 INFO kablam! note: type defined here Oct 16 12:40:10.241 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.241 INFO kablam! | Oct 16 12:40:10.241 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! Oct 16 12:40:10.242 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:9261:54 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 9261 | pub fn EC_POINT_point2hex(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_ctx) -> *mut libc::c_char; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.242 INFO kablam! note: type defined here Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! Oct 16 12:40:10.242 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:9261:97 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 9261 | pub fn EC_POINT_point2hex(_: *const ec_group_st, _: *const ec_point_st, form: libc::c_uint, _: *mut bignum_ctx) -> *mut libc::c_char; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.242 INFO kablam! note: type defined here Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! Oct 16 12:40:10.242 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:9274:31 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.242 INFO kablam! note: type defined here Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! Oct 16 12:40:10.242 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:9274:78 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.242 INFO kablam! note: type defined here Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! Oct 16 12:40:10.242 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:9274:99 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.242 INFO kablam! note: type defined here Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! Oct 16 12:40:10.242 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:9274:119 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 9274 | pub fn EC_POINT_hex2point(_: *const ec_group_st, _: *const libc::c_char, _: *mut ec_point_st, _: *mut bignum_ctx) -> *mut ec_point_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.242 INFO kablam! note: type defined here Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.242 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.242 INFO kablam! Oct 16 12:40:10.242 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.242 INFO kablam! --> src/bindings_ecdh.rs:9288:29 Oct 16 12:40:10.242 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.243 INFO kablam! note: type defined here Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! Oct 16 12:40:10.243 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:9288:52 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.243 INFO kablam! note: type defined here Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! Oct 16 12:40:10.243 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:9288:73 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.243 INFO kablam! note: type defined here Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! Oct 16 12:40:10.243 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:9288:96 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.243 INFO kablam! note: type defined here Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! Oct 16 12:40:10.243 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:9288:121 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 9288 | pub fn EC_POINT_add(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.243 INFO kablam! note: type defined here Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! Oct 16 12:40:10.243 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:9301:29 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.243 INFO kablam! note: type defined here Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.243 INFO kablam! Oct 16 12:40:10.243 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.243 INFO kablam! --> src/bindings_ecdh.rs:9301:52 Oct 16 12:40:10.243 INFO kablam! | Oct 16 12:40:10.243 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.244 INFO kablam! note: type defined here Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! Oct 16 12:40:10.244 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:9301:73 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.244 INFO kablam! note: type defined here Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! Oct 16 12:40:10.244 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:9301:98 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 9301 | pub fn EC_POINT_dbl(group: *const ec_group_st, r: *mut ec_point_st, a: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.244 INFO kablam! note: type defined here Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! Oct 16 12:40:10.244 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:9313:32 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 9313 | pub fn EC_POINT_invert(group: *const ec_group_st, a: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.244 INFO kablam! note: type defined here Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! Oct 16 12:40:10.244 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:9313:55 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 9313 | pub fn EC_POINT_invert(group: *const ec_group_st, a: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.244 INFO kablam! note: type defined here Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! Oct 16 12:40:10.244 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:9313:78 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 9313 | pub fn EC_POINT_invert(group: *const ec_group_st, a: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.244 INFO kablam! note: type defined here Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! Oct 16 12:40:10.244 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:9324:40 Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! 9324 | pub fn EC_POINT_is_at_infinity(group: *const ec_group_st, p: *const ec_point_st) -> libc::c_int; Oct 16 12:40:10.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.244 INFO kablam! | Oct 16 12:40:10.244 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.244 INFO kablam! note: type defined here Oct 16 12:40:10.244 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! Oct 16 12:40:10.245 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:9324:63 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 9324 | pub fn EC_POINT_is_at_infinity(group: *const ec_group_st, p: *const ec_point_st) -> libc::c_int; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.245 INFO kablam! note: type defined here Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! Oct 16 12:40:10.245 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:9336:37 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 9336 | pub fn EC_POINT_is_on_curve(group: *const ec_group_st, point: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.245 INFO kablam! note: type defined here Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! Oct 16 12:40:10.245 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:9336:64 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 9336 | pub fn EC_POINT_is_on_curve(group: *const ec_group_st, point: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.245 INFO kablam! note: type defined here Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! Oct 16 12:40:10.245 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:9336:89 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 9336 | pub fn EC_POINT_is_on_curve(group: *const ec_group_st, point: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.245 INFO kablam! note: type defined here Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! Oct 16 12:40:10.245 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:9349:29 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.245 INFO kablam! note: type defined here Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! Oct 16 12:40:10.245 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:9349:52 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.245 INFO kablam! note: type defined here Oct 16 12:40:10.245 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.245 INFO kablam! | Oct 16 12:40:10.245 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.245 INFO kablam! Oct 16 12:40:10.246 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:9349:75 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.246 INFO kablam! note: type defined here Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! Oct 16 12:40:10.246 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:9349:100 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 9349 | pub fn EC_POINT_cmp(group: *const ec_group_st, a: *const ec_point_st, b: *const ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.246 INFO kablam! note: type defined here Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! Oct 16 12:40:10.246 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:9361:37 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 9361 | pub fn EC_POINT_make_affine(group: *const ec_group_st, point: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.246 INFO kablam! note: type defined here Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! Oct 16 12:40:10.246 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:9361:64 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 9361 | pub fn EC_POINT_make_affine(group: *const ec_group_st, point: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.246 INFO kablam! note: type defined here Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! Oct 16 12:40:10.246 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:9361:87 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 9361 | pub fn EC_POINT_make_affine(group: *const ec_group_st, point: *mut ec_point_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.246 INFO kablam! note: type defined here Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! Oct 16 12:40:10.246 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.246 INFO kablam! --> src/bindings_ecdh.rs:9374:38 Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! 9374 | pub fn EC_POINTs_make_affine(group: *const ec_group_st, num: libc::c_ulong, points: *mut *mut ec_point_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.246 INFO kablam! | Oct 16 12:40:10.246 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.246 INFO kablam! note: type defined here Oct 16 12:40:10.250 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.250 INFO kablam! | Oct 16 12:40:10.250 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! Oct 16 12:40:10.251 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:9374:86 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 9374 | pub fn EC_POINTs_make_affine(group: *const ec_group_st, num: libc::c_ulong, points: *mut *mut ec_point_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.251 INFO kablam! note: type defined here Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! Oct 16 12:40:10.251 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:9374:136 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 9374 | pub fn EC_POINTs_make_affine(group: *const ec_group_st, num: libc::c_ulong, points: *mut *mut ec_point_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.251 INFO kablam! note: type defined here Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! Oct 16 12:40:10.251 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:9390:30 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.251 INFO kablam! note: type defined here Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! Oct 16 12:40:10.251 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:9390:53 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.251 INFO kablam! note: type defined here Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! Oct 16 12:40:10.251 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:9390:115 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.251 INFO kablam! note: type defined here Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! Oct 16 12:40:10.251 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:9390:215 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 9390 | pub fn EC_POINTs_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, num: libc::c_ulong, p: *mut *const ec_point_st /* INCOMPLETEARRAY */, m: *mut *const bignum_st /* INCOMPLETEARRAY */, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.251 INFO kablam! note: type defined here Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.251 INFO kablam! | Oct 16 12:40:10.251 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.251 INFO kablam! Oct 16 12:40:10.251 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.251 INFO kablam! --> src/bindings_ecdh.rs:9405:29 Oct 16 12:40:10.252 INFO kablam! | Oct 16 12:40:10.252 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.252 INFO kablam! | Oct 16 12:40:10.252 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.252 INFO kablam! note: type defined here Oct 16 12:40:10.252 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.252 INFO kablam! | Oct 16 12:40:10.252 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.252 INFO kablam! Oct 16 12:40:10.252 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.252 INFO kablam! --> src/bindings_ecdh.rs:9405:52 Oct 16 12:40:10.252 INFO kablam! | Oct 16 12:40:10.252 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.252 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.258 INFO kablam! | Oct 16 12:40:10.258 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.258 INFO kablam! note: type defined here Oct 16 12:40:10.258 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! Oct 16 12:40:10.259 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:9405:94 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.259 INFO kablam! note: type defined here Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! Oct 16 12:40:10.259 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:9405:140 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 9405 | pub fn EC_POINT_mul(group: *const ec_group_st, r: *mut ec_point_st, n: *const bignum_st, q: *const ec_point_st, m: *const bignum_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.259 INFO kablam! note: type defined here Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! Oct 16 12:40:10.259 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:9416:41 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 9416 | pub fn EC_GROUP_precompute_mult(group: *mut ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.259 INFO kablam! note: type defined here Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! Oct 16 12:40:10.259 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:9416:64 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 9416 | pub fn EC_GROUP_precompute_mult(group: *mut ec_group_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.259 INFO kablam! note: type defined here Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! Oct 16 12:40:10.259 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:9426:46 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 9426 | pub fn EC_GROUP_have_precompute_mult(group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.259 INFO kablam! note: type defined here Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! Oct 16 12:40:10.259 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:9436:36 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 9436 | pub fn EC_GROUP_get_basis_type(_: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.259 INFO kablam! note: type defined here Oct 16 12:40:10.259 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.259 INFO kablam! | Oct 16 12:40:10.259 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! Oct 16 12:40:10.260 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:9447:41 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 9447 | pub fn EC_GROUP_get_trinomial_basis(_: *const ec_group_st, k: *mut libc::c_uint) -> libc::c_int; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.260 INFO kablam! note: type defined here Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! Oct 16 12:40:10.260 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:9460:43 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 9460 | pub fn EC_GROUP_get_pentanomial_basis(_: *const ec_group_st, k1: *mut libc::c_uint, k2: *mut libc::c_uint, k3: *mut libc::c_uint) -> libc::c_int; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.260 INFO kablam! note: type defined here Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! Oct 16 12:40:10.260 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:9472:31 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 9472 | pub fn d2i_ECPKParameters(_: *mut *mut ec_group_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.260 INFO kablam! note: type defined here Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! Oct 16 12:40:10.260 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:9472:108 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 9472 | pub fn d2i_ECPKParameters(_: *mut *mut ec_group_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.260 INFO kablam! note: type defined here Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! Oct 16 12:40:10.260 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:9483:31 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 9483 | pub fn i2d_ECPKParameters(_: *const ec_group_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.260 INFO kablam! note: type defined here Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! Oct 16 12:40:10.260 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:9495:50 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 9495 | pub fn ECPKParameters_print(bp: *mut bio_st, x: *const ec_group_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.260 INFO kablam! note: type defined here Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.260 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.260 INFO kablam! Oct 16 12:40:10.260 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.260 INFO kablam! --> src/bindings_ecdh.rs:9507:53 Oct 16 12:40:10.260 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 9507 | pub fn ECPKParameters_print_fp(fp: libc::c_int, x: *const ec_group_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.261 INFO kablam! note: type defined here Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! Oct 16 12:40:10.261 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:9516:25 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 9516 | pub fn EC_KEY_new() -> *mut ec_key_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.261 INFO kablam! note: type defined here Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! Oct 16 12:40:10.261 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:9526:31 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 9526 | pub fn EC_KEY_get_flags(key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.261 INFO kablam! note: type defined here Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! Oct 16 12:40:10.261 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:9537:31 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 9537 | pub fn EC_KEY_set_flags(key: *mut ec_key_st, flags: libc::c_int); Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.261 INFO kablam! note: type defined here Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! Oct 16 12:40:10.261 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:9548:33 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 9548 | pub fn EC_KEY_clear_flags(key: *mut ec_key_st, flags: libc::c_int); Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.261 INFO kablam! note: type defined here Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! Oct 16 12:40:10.261 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:9558:55 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 9558 | pub fn EC_KEY_new_by_curve_name(nid: libc::c_int) -> *mut ec_key_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.261 INFO kablam! note: type defined here Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! Oct 16 12:40:10.261 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.261 INFO kablam! --> src/bindings_ecdh.rs:9568:26 Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! 9568 | pub fn EC_KEY_free(key: *mut ec_key_st); Oct 16 12:40:10.261 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.261 INFO kablam! | Oct 16 12:40:10.261 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.262 INFO kablam! note: type defined here Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! Oct 16 12:40:10.262 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:9579:26 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 9579 | pub fn EC_KEY_copy(dst: *mut ec_key_st, src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.262 INFO kablam! note: type defined here Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! Oct 16 12:40:10.262 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:9579:47 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 9579 | pub fn EC_KEY_copy(dst: *mut ec_key_st, src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.262 INFO kablam! note: type defined here Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! Oct 16 12:40:10.262 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:9579:68 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 9579 | pub fn EC_KEY_copy(dst: *mut ec_key_st, src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.262 INFO kablam! note: type defined here Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! Oct 16 12:40:10.262 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:9589:25 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 9589 | pub fn EC_KEY_dup(src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.262 INFO kablam! note: type defined here Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! Oct 16 12:40:10.262 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:9589:46 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 9589 | pub fn EC_KEY_dup(src: *const ec_key_st) -> *mut ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.262 INFO kablam! note: type defined here Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! Oct 16 12:40:10.262 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:9599:28 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! 9599 | pub fn EC_KEY_up_ref(key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:10.262 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.262 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.262 INFO kablam! note: type defined here Oct 16 12:40:10.262 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.262 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! Oct 16 12:40:10.263 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:9609:32 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 9609 | pub fn EC_KEY_get0_group(key: *const ec_key_st) -> *const ec_group_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.263 INFO kablam! note: type defined here Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! Oct 16 12:40:10.263 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:9609:53 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 9609 | pub fn EC_KEY_get0_group(key: *const ec_key_st) -> *const ec_group_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.263 INFO kablam! note: type defined here Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! Oct 16 12:40:10.263 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:9620:31 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 9620 | pub fn EC_KEY_set_group(key: *mut ec_key_st, group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.263 INFO kablam! note: type defined here Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! Oct 16 12:40:10.263 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_group_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:9620:54 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 9620 | pub fn EC_KEY_set_group(key: *mut ec_key_st, group: *const ec_group_st) -> libc::c_int; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.263 INFO kablam! note: type defined here Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:863:1 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 863 | pub struct ec_group_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! Oct 16 12:40:10.263 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:9630:38 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 9630 | pub fn EC_KEY_get0_private_key(key: *const ec_key_st) -> *const bignum_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.263 INFO kablam! note: type defined here Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! Oct 16 12:40:10.263 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:9641:37 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 9641 | pub fn EC_KEY_set_private_key(key: *mut ec_key_st, prv: *const bignum_st) -> libc::c_int; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.263 INFO kablam! note: type defined here Oct 16 12:40:10.263 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.263 INFO kablam! | Oct 16 12:40:10.263 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.263 INFO kablam! Oct 16 12:40:10.263 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:9651:37 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 9651 | pub fn EC_KEY_get0_public_key(key: *const ec_key_st) -> *const ec_point_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.264 INFO kablam! note: type defined here Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! Oct 16 12:40:10.264 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:9651:58 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 9651 | pub fn EC_KEY_get0_public_key(key: *const ec_key_st) -> *const ec_point_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.264 INFO kablam! note: type defined here Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! Oct 16 12:40:10.264 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:9662:36 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 9662 | pub fn EC_KEY_set_public_key(key: *mut ec_key_st, pub_: *const ec_point_st) -> libc::c_int; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.264 INFO kablam! note: type defined here Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! Oct 16 12:40:10.264 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:9662:58 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 9662 | pub fn EC_KEY_set_public_key(key: *mut ec_key_st, pub_: *const ec_point_st) -> libc::c_int; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.264 INFO kablam! note: type defined here Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! Oct 16 12:40:10.264 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:9672:35 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 9672 | pub fn EC_KEY_get_enc_flags(key: *const ec_key_st) -> libc::c_uint; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.264 INFO kablam! note: type defined here Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! Oct 16 12:40:10.264 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:9683:37 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 9683 | pub fn EC_KEY_set_enc_flags(eckey: *mut ec_key_st, flags: libc::c_uint); Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.264 INFO kablam! note: type defined here Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.264 INFO kablam! Oct 16 12:40:10.264 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.264 INFO kablam! --> src/bindings_ecdh.rs:9693:35 Oct 16 12:40:10.264 INFO kablam! | Oct 16 12:40:10.264 INFO kablam! 9693 | pub fn EC_KEY_get_conv_form(key: *const ec_key_st) -> libc::c_uint; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.265 INFO kablam! note: type defined here Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! Oct 16 12:40:10.265 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:9704:37 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 9704 | pub fn EC_KEY_set_conv_form(eckey: *mut ec_key_st, cform: libc::c_uint); Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.265 INFO kablam! note: type defined here Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! Oct 16 12:40:10.265 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:9717:41 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 9717 | pub fn EC_KEY_get_key_method_data(key: *mut ec_key_st, dup_func: Option *mut libc::c_void>, free_func: Option, clear_free_func: Option) -> *mut libc::c_void; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.265 INFO kablam! note: type defined here Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! Oct 16 12:40:10.265 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:9731:44 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 9731 | pub fn EC_KEY_insert_key_method_data(key: *mut ec_key_st, data: *mut libc::c_void, dup_func: Option *mut libc::c_void>, free_func: Option, clear_free_func: Option) -> *mut libc::c_void; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.265 INFO kablam! note: type defined here Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! Oct 16 12:40:10.265 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:9742:37 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 9742 | pub fn EC_KEY_set_asn1_flag(eckey: *mut ec_key_st, asn1_flag: libc::c_int); Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.265 INFO kablam! note: type defined here Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! Oct 16 12:40:10.265 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:9753:37 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 9753 | pub fn EC_KEY_precompute_mult(key: *mut ec_key_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.265 INFO kablam! note: type defined here Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! Oct 16 12:40:10.265 INFO kablam! warning: `extern` block uses type `bindings_ecdh::bignum_ctx` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:9753:58 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 9753 | pub fn EC_KEY_precompute_mult(key: *mut ec_key_st, ctx: *mut bignum_ctx) -> libc::c_int; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.265 INFO kablam! note: type defined here Oct 16 12:40:10.265 INFO kablam! --> src/bindings_ecdh.rs:89:1 Oct 16 12:40:10.265 INFO kablam! | Oct 16 12:40:10.265 INFO kablam! 89 | pub struct bignum_ctx; Oct 16 12:40:10.265 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.265 INFO kablam! Oct 16 12:40:10.266 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:9763:34 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 9763 | pub fn EC_KEY_generate_key(key: *mut ec_key_st) -> libc::c_int; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.266 INFO kablam! note: type defined here Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! Oct 16 12:40:10.266 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:9773:31 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 9773 | pub fn EC_KEY_check_key(key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.266 INFO kablam! note: type defined here Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! Oct 16 12:40:10.266 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:9785:55 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 9785 | pub fn EC_KEY_set_public_key_affine_coordinates(key: *mut ec_key_st, x: *mut bignum_st, y: *mut bignum_st) -> libc::c_int; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.266 INFO kablam! note: type defined here Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! Oct 16 12:40:10.266 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:9797:31 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 9797 | pub fn d2i_ECPrivateKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.266 INFO kablam! note: type defined here Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! Oct 16 12:40:10.266 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:9797:106 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 9797 | pub fn d2i_ECPrivateKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.266 INFO kablam! note: type defined here Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! Oct 16 12:40:10.266 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:9808:31 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 9808 | pub fn i2d_ECPrivateKey(key: *mut ec_key_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.266 INFO kablam! note: type defined here Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! Oct 16 12:40:10.266 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:9820:31 Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! 9820 | pub fn d2i_ECParameters(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:10.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.266 INFO kablam! | Oct 16 12:40:10.266 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.266 INFO kablam! note: type defined here Oct 16 12:40:10.266 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! Oct 16 12:40:10.267 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:9820:106 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 9820 | pub fn d2i_ECParameters(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.267 INFO kablam! note: type defined here Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! Oct 16 12:40:10.267 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:9831:31 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 9831 | pub fn i2d_ECParameters(key: *mut ec_key_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.267 INFO kablam! note: type defined here Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! Oct 16 12:40:10.267 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:9843:30 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 9843 | pub fn o2i_ECPublicKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.267 INFO kablam! note: type defined here Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! Oct 16 12:40:10.267 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:9843:105 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 9843 | pub fn o2i_ECPublicKey(key: *mut *mut ec_key_st, in_: *mut *const libc::c_uchar, len: libc::c_long) -> *mut ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.267 INFO kablam! note: type defined here Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! Oct 16 12:40:10.267 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:9854:30 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 9854 | pub fn i2o_ECPublicKey(key: *mut ec_key_st, out: *mut *mut libc::c_uchar) -> libc::c_int; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.267 INFO kablam! note: type defined here Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! Oct 16 12:40:10.267 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:9865:50 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 9865 | pub fn ECParameters_print(bp: *mut bio_st, key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.267 INFO kablam! note: type defined here Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.267 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.267 INFO kablam! Oct 16 12:40:10.267 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.267 INFO kablam! --> src/bindings_ecdh.rs:9877:44 Oct 16 12:40:10.267 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 9877 | pub fn EC_KEY_print(bp: *mut bio_st, key: *const ec_key_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.268 INFO kablam! note: type defined here Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! Oct 16 12:40:10.268 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:9888:53 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 9888 | pub fn ECParameters_print_fp(fp: libc::c_int, key: *const ec_key_st) -> libc::c_int; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.268 INFO kablam! note: type defined here Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! Oct 16 12:40:10.268 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:9900:47 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 9900 | pub fn EC_KEY_print_fp(fp: libc::c_int, key: *const ec_key_st, off: libc::c_int) -> libc::c_int; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.268 INFO kablam! note: type defined here Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! Oct 16 12:40:10.268 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:9918:27 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 9918 | pub fn ECDH_OpenSSL() -> *const ecdh_method; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.268 INFO kablam! note: type defined here Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! Oct 16 12:40:10.268 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:9928:36 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 9928 | pub fn ECDH_set_default_method(_: *const ecdh_method); Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.268 INFO kablam! note: type defined here Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! Oct 16 12:40:10.268 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:9937:38 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 9937 | pub fn ECDH_get_default_method() -> *const ecdh_method; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.268 INFO kablam! note: type defined here Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! Oct 16 12:40:10.268 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.268 INFO kablam! --> src/bindings_ecdh.rs:9948:28 Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! 9948 | pub fn ECDH_set_method(_: *mut ec_key_st, _: *const ecdh_method) -> libc::c_int; Oct 16 12:40:10.268 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.268 INFO kablam! | Oct 16 12:40:10.268 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.268 INFO kablam! note: type defined here Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! Oct 16 12:40:10.269 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ecdh_method` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:9948:47 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 9948 | pub fn ECDH_set_method(_: *mut ec_key_st, _: *const ecdh_method) -> libc::c_int; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.269 INFO kablam! note: type defined here Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:248:1 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 248 | pub struct ecdh_method; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! Oct 16 12:40:10.269 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_point_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:9962:82 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 9962 | pub fn ECDH_compute_key(out: *mut libc::c_void, outlen: libc::c_ulong, pub_key: *const ec_point_st, ecdh: *mut ec_key_st, KDF: Option *mut libc::c_void>) -> libc::c_int; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.269 INFO kablam! note: type defined here Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:869:1 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 869 | pub struct ec_point_st; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! Oct 16 12:40:10.269 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:9962:108 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 9962 | pub fn ECDH_compute_key(out: *mut libc::c_void, outlen: libc::c_ulong, pub_key: *const ec_point_st, ecdh: *mut ec_key_st, KDF: Option *mut libc::c_void>) -> libc::c_int; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.269 INFO kablam! note: type defined here Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! Oct 16 12:40:10.269 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:9988:29 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 9988 | pub fn ECDH_set_ex_data(d: *mut ec_key_st, idx: libc::c_int, arg: *mut libc::c_void) -> libc::c_int; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.269 INFO kablam! note: type defined here Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! Oct 16 12:40:10.269 INFO kablam! warning: `extern` block uses type `bindings_ecdh::ec_key_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:9999:29 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 9999 | pub fn ECDH_get_ex_data(d: *mut ec_key_st, idx: libc::c_int) -> *mut libc::c_void; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.269 INFO kablam! note: type defined here Oct 16 12:40:10.269 INFO kablam! --> src/bindings_ecdh.rs:892:1 Oct 16 12:40:10.269 INFO kablam! | Oct 16 12:40:10.269 INFO kablam! 892 | pub struct ec_key_st; Oct 16 12:40:10.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.269 INFO kablam! Oct 16 12:40:10.283 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.283 INFO kablam! --> src/bindings_sha.rs:339:24 Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! 339 | pub fn SHA384_Init(c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:10.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.283 INFO kablam! note: type defined here Oct 16 12:40:10.283 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:10.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.283 INFO kablam! Oct 16 12:40:10.283 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.283 INFO kablam! --> src/bindings_sha.rs:351:26 Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! 351 | pub fn SHA384_Update(c: *mut SHA512state_st, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; Oct 16 12:40:10.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.283 INFO kablam! note: type defined here Oct 16 12:40:10.283 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:10.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.283 INFO kablam! Oct 16 12:40:10.283 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.283 INFO kablam! --> src/bindings_sha.rs:362:49 Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! 362 | pub fn SHA384_Final(md: *mut libc::c_uchar, c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:10.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.283 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.283 INFO kablam! note: type defined here Oct 16 12:40:10.283 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:10.283 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! Oct 16 12:40:10.284 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:384:24 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 384 | pub fn SHA512_Init(c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.284 INFO kablam! note: type defined here Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! Oct 16 12:40:10.284 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:396:26 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 396 | pub fn SHA512_Update(c: *mut SHA512state_st, data: *const libc::c_void, len: libc::c_ulong) -> libc::c_int; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.284 INFO kablam! note: type defined here Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! Oct 16 12:40:10.284 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:407:49 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 407 | pub fn SHA512_Final(md: *mut libc::c_uchar, c: *mut SHA512state_st) -> libc::c_int; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.284 INFO kablam! note: type defined here Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! Oct 16 12:40:10.284 INFO kablam! warning: `extern` block uses type `bindings_sha::SHA512state_st` which is not FFI-safe: this struct has no fields Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:430:29 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 430 | pub fn SHA512_Transform(c: *mut SHA512state_st, data: *const libc::c_uchar); Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! = help: consider adding a member to this struct Oct 16 12:40:10.284 INFO kablam! note: type defined here Oct 16 12:40:10.284 INFO kablam! --> src/bindings_sha.rs:61:1 Oct 16 12:40:10.284 INFO kablam! | Oct 16 12:40:10.284 INFO kablam! 61 | pub struct SHA512state_st; Oct 16 12:40:10.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:40:10.284 INFO kablam! Oct 16 12:40:11.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.65s Oct 16 12:40:11.455 INFO kablam! su: No module specific data is present Oct 16 12:40:12.271 INFO running `"docker" "rm" "-f" "04c8c2312ba1dd521dac9b749580bf5e0e96042163d783aa0fcfcf30c9d33f91"` Oct 16 12:40:12.503 INFO blam! 04c8c2312ba1dd521dac9b749580bf5e0e96042163d783aa0fcfcf30c9d33f91 Oct 16 12:40:12.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 16 12:40:12.943 INFO blam! 3d7ac1d4b37cfdbbb4417cf0d011684b01eb52dd5d17c158d8bef84f24f23728 Oct 16 12:40:12.953 INFO running `"docker" "start" "-a" "3d7ac1d4b37cfdbbb4417cf0d011684b01eb52dd5d17c158d8bef84f24f23728"` Oct 16 12:40:14.408 INFO kablam! usermod: no changes Oct 16 12:40:14.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 12:40:14.471 INFO kablam! Running /target/debug/deps/ecdh-f3004a704789268e Oct 16 12:40:14.479 INFO blam! Oct 16 12:40:14.479 INFO blam! running 3 tests Oct 16 12:40:14.487 INFO blam! test tests::key_generation_works ... ok Oct 16 12:40:14.495 INFO blam! test tests::key_io_works ... ok Oct 16 12:40:14.520 INFO blam! test tests::ecdh_works ... ok Oct 16 12:40:14.520 INFO blam! Oct 16 12:40:14.520 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:40:14.520 INFO blam! Oct 16 12:40:14.521 INFO kablam! Doc-tests ecdh Oct 16 12:40:15.865 INFO blam! Oct 16 12:40:15.865 INFO blam! running 0 tests Oct 16 12:40:15.865 INFO blam! Oct 16 12:40:15.865 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:40:15.865 INFO blam! Oct 16 12:40:15.867 INFO kablam! su: No module specific data is present Oct 16 12:40:16.519 INFO running `"docker" "rm" "-f" "3d7ac1d4b37cfdbbb4417cf0d011684b01eb52dd5d17c158d8bef84f24f23728"` Oct 16 12:40:16.966 INFO blam! 3d7ac1d4b37cfdbbb4417cf0d011684b01eb52dd5d17c158d8bef84f24f23728