Skip to content

Instantly share code, notes, and snippets.

View loziniak's full-sized avatar

Maciej Łoziński loziniak

  • Robotix
  • Suwałki, Poland
View GitHub Profile
@loziniak
loziniak / system_words_functions.txt
Last active September 30, 2021 21:18
rectified `? system/words` output
absolute
add
and~
append
at
back
change
clear
close
complement
maciek@debsid32:~/safe_client_libs/safe_app$ OPENSSL_LIB_DIR="/usr/lib/i386-linux-gnu" OPENSSL_INCLUDE_DIR="/usr/include/openssl" cargo build --release --features "use-mock-routing" --target=i686-unknown-linux-gnu
Compiling flate2 v0.2.20
Compiling bzip2 v0.3.3
Compiling backtrace v0.3.9
Compiling syn v0.14.9
Compiling openssl v0.9.24
error[E0428]: the name `setup_curves` is defined multiple times
--> /home/maciek/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/src/ssl/connector.rs:366:1
|
357 | fn setup_curves(ctx: &mut SslContextBuilder) -> Result<(), ErrorStack> {